Change font color MAIN NSP box

Advanced newspaper or magazine Joomla template to build news website with unique and detailed design.
GK User
Mon Nov 11, 2013 6:50 am
Sorry in the template "The World News II", which is class and file css to change color of font MAIN NSP box (see attachment)?

Thanks a lot
User avatar
Fresh Boarder

GK User
Mon Nov 11, 2013 10:27 am
Hello,

In the gk.stuff.css file you should change color property in this code fragment:

Code: Select all
div.header .nspHeader a {
color: #fff;
padding: 15px 15px 0 15px;
display: block;
}


additionally the hover state for this block is defined here:
Code: Select all
div.header .nspHeader a:hover {
color: #888;
}
User avatar
Administrator

GK User
Mon Nov 11, 2013 12:19 pm
Thanks a lot for immediate response.
I have change this property, but i don't have white color: #FFFFFF. I have to change any other css file?

Thanks a lot ;)
User avatar
Fresh Boarder

GK User
Mon Nov 11, 2013 1:11 pm
Please try to put also !important in the CSS value i.e.:

Code: Select all
color: #5da!important;
User avatar
Administrator

GK User
Mon Nov 11, 2013 2:39 pm
Perfect, now is ok ;)

Thanks a lot!
User avatar
Fresh Boarder


cron