confused

  • Unknown's avatar

    I have set upa website and when i view it online there is a weird wordpress subscription option on the side of the pages thats not visible when I edit the page how do i remove? Thanks.

    WP.com: Yes
    Jetpack: No
    Correct account: Yes

    The blog I need help with is: (visible only to logged in users)

  • Hey there,

    The action bar is displayed by default but can be removed using custom CSS code:

    #actionbar {
    display: none;
    }

    You can learn more about the action bar here:

    WP
    Action Bar
    1 min read
    You’ll find the Action Bar in the lower right corner of any WordPress.com website you’re viewing. This guide explains the options available in the action bar. Action Bar The Action Bar appears as a “Subscribe” button at the bottom right of sites on WordPress.com, giving visitors quick access to subscribe to your site: Slightly different options are shown depending on who is viewing

    Hope this helps!

  • The topic ‘confused’ is closed to new replies.