Removing Footer
- The topic ‘Removing Footer’ is closed to new replies.
Need help? Check out our Support site, then
Is there any way to remove the footer containing “Customized Bridger Theme…” and the searchbar? Maybe a way to do so using CSS?
I don’t have any menus and don’t need any links on the homepage and just want to remove this bar entirely..I would understand if this bar weren’t removable for a free theme, but when paying $49, i want the site to be completely customizable without another distraction for guests.
Thanks
The blog I need help with is: (visible only to logged in users)
WordPress.com does not allow users to remove the footer credits from a theme, including VIP sites. This information can be found via the Custom Design FAQ’s:
http://en.support.wordpress.com/custom-design/#frequently-asked-questions
That said, you can remove the search icon using a bit of custom CSS below; requires Custom Design upgrade.
.site-search-trigger {
display: none;
}