how can i change the menu bar color?
how can i change the menu bar color?
If your theme does not offer a 'point+click' option, you will need to edit your theme's CSS file. You should be able to find this under Appearance > Editor > style.css
the question is where in my style.css?
If you send a link to your site, I can help you.
what is a point+click option? i work with twenty eleven (child theme)
http://www.inbalskits.com
By point+click, I mean a simply way to change it.
To change the background color, go to your theme's style.css file and search for #access. One of the first lines should read background: #000;
Change #000 to the color code of your choice.
The menubar plugin works by you adding in a menu template. Look in the menubar-template folder in the plugins folder in the wp-content folder.
Find the CSS file and make change to the colour.
To find where to change you need to inspect the elements of the page. I recommend using firebug in firefox.
You must log in to post.