remove footer
-
still struggled to remove footer with plug in
PROUDLY POWERED BY WORDPRESS | THEME: INTERGALACTIC BY WORDPRESS.COM.
The page I need help with: [log in to see the link]
-
Via Additional CSS in the Customizer, add this:
.site-info { display: none; }Thanks but I don’t want all footer to disappear, just this part to not be there:
PROUDLY POWERED BY WORDPRESS | THEME: INTERGALACTIC BY WORDPRESS.COM.
I have this in: and want it to stay but need WordPress and theme name not in the website:
.site-info:before {
display: block;
content:”Copyright Iconic Connex 2018 – Online Store – Worth Marketing Solutions”;Try this CSS
.site-info, .site-info .sep { visibility: hidden; } .site-info:before { visibility: visible; }Thanks so much it worked
i have one other problem with menu at top that’s on the right that i want on the left instead of right
button.menu-toggle.x:after {
content: ‘Conact us’;
color: #fff;i have that for menu at top left but its not responsive. how can I rather have it on the left instead of right?
I think this is what you’re looking for?
.menu-toggle { right: unset; left: 1.5em; }
The topic ‘remove footer’ is closed to new replies.
