Remove Footer
-
Hello, I want to remove “Powered by WordPress and Tortuga.” notice in the footer. Is there an easy way to do this. I don’t want to change the theme in case it gets updated.
Also is there a way to change the black color in header and footer.
-
This topic was modified 9 years, 6 months ago by
Jan Dembowski.
-
This topic was modified 9 years, 6 months ago by
Jan Dembowski.
-
This topic was modified 9 years, 6 months ago by
-
Hello @nancedelia
In order to solve your issues , at first you need to add the Custom CSS through the plugin.
You can find many plugin to add custom CSS. Below link is the reference for one of the plugin.
After installing the plugin you will find the custom CSS in Admin Panel / Appearance / custom CSS.
Here copy and paste below CSS
div#footer-text { visibility: hidden; } div#footer { background-color: red; } header#masthead { background-color: red; }I hope this will resolve your issue.
Best Regards!!
Thanks @teeru, worked like a charm. Installed Simple Custom CSS and added this code, voila the footer text disappeared and header and footer are now red. Thanks a million!!
I am pleased to know that your issue has been resolved.
Best Wishes!!
I’m glad the theme problem was sorted out.
Now for a unrelated side note to @oberoibunty Do not post your email address in these forum again. That sort of solicitation will get you banned from these forums.
The topic ‘Remove Footer’ is closed to new replies.