Hey,
I need to know how to change the blue color of the header links as well as the welcome text that is there, any suggestions?
My site is http://nnforyou.com
Nick
Hey,
I need to know how to change the blue color of the header links as well as the welcome text that is there, any suggestions?
My site is http://nnforyou.com
Nick
you have the template installed ? then post the link to your site .
as this seems to be template monster , without looking at it , is all guess work
to change the menu color .. locate following code in stylesheet_tm.css
.menu {stylesheet_tm.css (line 62)
background:#3EA7C6 none repeat scroll 0 0;
color:#000000;
font-size:11px;
}
code in red color defines the menu color and you can change that code.
to change the welcome text from orengish color . locate this code
add following to your code
.welcome h2 {stylesheet_tm.css (line 79)
padding:6px 0 3px;
color:yourcolorcodehere;
}
just replace yourcolorcodehere with your color . like black , white or use hex color code.
thanks,
how about to center the header links???
Nick
Answered in your other thread.