Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Seeing transparent background – not what I want


@mercime
Keymaster

@mercime

You can change the background color and/or image for wp-admin-bar by adding this to child theme’s style.css e.g.
#wp-admin-bar .padder { background: #000000 url(“../images/black.jpg”) repeat-x ; }
black background with an image file black to repeat horizontally – change/adjust according to taste

Skip to toolbar