How to remove the three-dot button at the right-bottom corner?
-


How to remove it?
The blog I need help with is: (visible only to logged in users)
-
Hi there!
The button you’re referring to is called the Action Bar. It is possible to hide this with some custom CSS code. However, the button makes it easy for your site visitors (both logged-in WordPress.com users and logged-out visitors) to follow your site.
Visitors who are logged into their WordPress.com account can follow your site simply by clicking the Follow button from the Action Bar. Logged-out visitors can follow by entering their email addresses. The Action Bar makes it super easy for you to get followers/subscribers. Are you sure you’d still like to hide it from your site?
If yes, you can add the following CSS code to My Site → Appearance → Customize → Additional CSS.
#actionbar { display: none; }Feel free to let us know if there’s anything else you need and we’ll be happy to help.
- The topic ‘How to remove the three-dot button at the right-bottom corner?’ is closed to new replies.