color of widgets

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Thu Jun 18, 2015 3:31 pm
hello
How can I change the color of widgets or blocks that receive the widgets ?
thank you
http://nuage-pluie.org/
User avatar
Fresh Boarder

GK User
Thu Jun 18, 2015 10:18 pm
Hello,

You have to add custom css code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Please check this article:
https://www.gavick.com/documentation/jo ... ss-changes

I.e. to change color of the links in your widgets add this code:
Code: Select all
.box a {
   color: #aaa;
}
.box a:active,
.box a:focus,
.box a:hover {
   color: #ccc;
}
User avatar
Moderator

GK User
Sun Jul 12, 2015 5:51 pm
It's good, thank you
User avatar
Fresh Boarder


cron