Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Wondering how to edit the admin bar on the main site.


pcwriter
Participant

@pcwriter

@omosha

Hi again. I found a link to your site on another of your posts. The problem is caused by your theme. There’s a “text-shadow” effect applied to the #body container so it affects everything.

Add the following to your style.css to remove that effect from the adminbar:

#admin-bar-logo, #wp-admin-bar li.no-arrow a, #wp-admin-bar ul li a {text-shadow:0 0 0 #fff;}

Skip to toolbar