Removing Floating Footer Login

Home Forums Automattic Forefront Removing Floating Footer Login

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #164720 Resolve

    jbrown83712
    Member

    How do I remove the floating login/subscribe/toolbar in the bottom right of the page that is visible only when I’m not logged into WordPress?

    The blog I need help with is lostriverwellness.com
    #164722

    Senff

    Hi there!

    You can do this with a little bit of custom CSS code.

    Go into your site’s admin Dashboard and select Customize → CSS. In the CSS textbox on the left, add the following code:

    #actionbar {
    display: none;
    }

    Select “Publish” from the top, and your changes will be applied to your site.

    Hope this helps! If you have any further questions, please let us know and we’ll be happy to help. :)

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.