• I would like to remove the permanent wordpress title bar at the top of my webpage, but don’t know how to do this.

    If you look at https://www.multimums.com you will see that there is a black wordpress title bar with the wordpress logo, a login link and a register link. The wordpress logo is a drop down menu for www.ads-software.com , Documentation, Support forums and Feedback

    I would like to get rid of this bar as I don’t want my site to show this, can someone please let me know how to do this.

    Many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you checked the theme’s controls, etc.? Maybe it’s configurable.

    If not, here’s an easy way to make it not show:

    add the following to your Style.css:

    #wpadminbar {
    Display: none;
    }

    The best way to do this, though, is to install a plugin like “Simple Custom CSS”, and add it to that. That way, if/when you get updates to your theme, you don’t revert to it showing again.

    Thread Starter Multimum

    (@multimum)

    Brilliant thanks Augustin56, I will give it a go now

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing the wordpress title bar at the top of my page’ is closed to new replies.