• Hi I am wanting to know how to remove the bottom pink bar from my site https://www.designnerd.biz (that shows search, recent comments, archives, categories and meta). I am trying to create a static page and do not want this displayed. I have selected static page in settings.

Viewing 4 replies - 1 through 4 (of 4 total)
  • It depends on the theme you are using.

    At a guess I would say that this is probably a widget. If you go to Appearance and click on Widgets you may be able to remove the search, recent comments and archives.

    If that doesn’t work it would be best to find out what theme you are using and contact the developer.

    It appears that you’re using the Felice theme, to remove it you need to comment the PHP code that calls the footer widgets, if you’re not comfortable editing PHP, then you can simply hide it, it would still get loaded but it won’t be visible to do so you need to add the following code at the end of the file style.css

    .footer-widgets{
       display: none!important;
    }

    That should do it, good luck!

    Thread Starter ruffleso

    (@ruffleso)

    Thank you so so much, how do I get rid of the footer text?

    .footer-widgets, .footer-copy{
       display: none!important;
    }

    You’re welcome!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I remove bottom bar?’ is closed to new replies.