Hello…. The ja_purity is very beautiful free j template. Now… I want to add another color (purple) to the ja_purity color theme. I made all changes, but the problem is to the mainmenu (hornav position)… What files i nedd to modify for the menu ? (i wand to put a .png file for )
My changes:
In ja-sosdmenu.css
-for the backround of the mainnavwrap
#ja-mainnavwrap {
border-top: 1px solid #EED5D2;
border-bottom: 1px solid #ffffff;
background: url(../images/mainnav-bg.png) repeat-x bottom #ffffff;
– for the ul:
#ja-mainnav > ul > li {
background-color: #cdb7b5;
background: url(../images/mainnav-sep.gif) repeat-y bottom left;
background: url(../images/mainnav-sep.gif) repeat-y bottom right;
margin-right: 1px;
}
What nedd change for the color of text to be white , and when i go with mouse cursor, the text changed in black?
????????
#ja-mainnav > ul > li.active {
color: #ffffff;
background: url(../images/mainnav-sep.gif) repeat-y bottom right #CDB7B5;
}
#ja-mainnav > ul > li:hover,
#ja-mainnav > ul > li:active,
#ja-mainnav > ul > li:focus {
color: #ffffff;
background: url(../images/mainnav-sep.gif) repeat-y bottom right #CDB7B5;
}
Please make a schematic diagram with the step for adding another color theme (background, menu in hornavposition, etc… )
Thank you…