highlight/ color bckground for titles

March 2014 WordPress Theme
GK User
Wed Jul 15, 2015 2:17 pm
Is there a way to highlight the title?

Iam using de default layout on NSP
User avatar
Junior Boarder

GK User
Wed Jul 15, 2015 7:56 pm
Hi,

How exactly do you want to higlight the title? Change the color, add a background? Please send me your website URL and let me know if you want to highlight each widget title in NSP widget or post titles inside the NSP?
User avatar
Moderator

GK User
Mon Aug 24, 2015 2:41 pm
Sorry for the late answer. Yes i would like to add background color and changetext color too. And if its possible i want ot use different colors in each widget area.
User avatar
Junior Boarder

GK User
Tue Aug 25, 2015 7:50 am
Please send me your website URL and specific (one) widget area which you want to change, then I'll give you example which may be duplicated for other widgets.
User avatar
Moderator

GK User
Wed Aug 26, 2015 12:01 pm
lelekmagazin.hu and the widget area is mainbody bottom
User avatar
Junior Boarder

GK User
Wed Aug 26, 2015 7:49 pm
You have to add css suffix to your nsp widget (basic tab or in widget rules), i.e. please add "grey" class.

Now you have to add the following custom css code:
Code: Select all
.gk-nsp.gray .gk-nsp-art .gk-nsp-text {
   color: #ddd;
}
.gk-nsp.gray .gk-nsp-art .gk-nsp-header a {
   color: #aaa!important;
}


For other widgets, please use another color values with another class.
User avatar
Moderator


cron