Change container color in NATURE

Latest Reply from Grace at 2016-07-27 09:30:28
Hello. Having some trouble finding the place to edit the top-container color in the nature theme. Would like to change the green background that loads below menu #2. Thanks for any tips.
Hi!

You need to edit the background property of the following part of code in the style.css file:

#mainmenu li a:hover{
color:#fff;
background:#2709aa;
}


This file is located in the theme directory. If you want to edit the text color you also need to edit the color property.

Leave a reply

Add codeAdd image