NSP AppsProTech Change Font Color

Create fresh and professional look of personal or blog websites with AppsPro Tech
GK User
Thu Oct 18, 2012 11:52 am
Hello,

I am trying to change the background of style 1 to white and all the appropriate modules and design elements which are white to a color in order to be visible (basically reversing) on a white background. The NSP features text title and content which is white - how can i change the color on this?

Very much appreciate any help on this!
User avatar
Fresh Boarder

GK User
Thu Oct 18, 2012 12:18 pm
Hi

Major NSP classes are set on ../css/gk_stuff.css file.

All style1 colours are located on ../css/style1.css file.
For NSP search above /* gk_stuff.css */

For example on "color2" suffix the NSP header color:

Code: Select all
#gkContent .color2 .nspHeader a:active,
#gkContent .color2 .nspHeader a:focus,
#gkContent .color2 .nspHeader a:hover {
   color: #fab995 !important;
}


Cheers
User avatar
Platinum Boarder

GK User
Fri Oct 26, 2012 1:52 pm
Thank you, Seichinha!
User avatar
Fresh Boarder


cron