Remove little gray box under '…' menu?
-
-
Yep – you can hide this with:
#minor-sidebar .sidebar-footer-toggle a:before { border-bottom-width: 0; }
-
- The topic ‘Remove little gray box under '…' menu?’ is closed to new replies.
Get help with WordPress.com, the free blogging platform, and the WordPress.com apps.
Is it possible to remove the little grey box under the the ‘…’ ?
Yep – you can hide this with:
#minor-sidebar .sidebar-footer-toggle a:before {
border-bottom-width: 0;
}