Speakers widget : can't find the right CSS line

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Sun Apr 27, 2014 4:49 pm
Hi all,
I browsed almost every css file, but I can't find where I can edit the speakers widget bar color (the one circled in red on the screenshot)

Can anyone tell me where to edit it ?

Thanks for help

Image
User avatar
Fresh Boarder

GK User
Mon Apr 28, 2014 8:28 am
Hello,

Please add this code into css/override.css file (first enable this override option from Template Options -> Advanced tab).

Code: Select all
.gk-page-wrap.gk-speakers-exist {
border-top: 7px solid #aaa;
}
User avatar
Moderator

GK User
Mon Apr 28, 2014 11:44 am
Thanks, it's perfect !
But I'm still browsing the CSS files and I can't figure out where I can change THE MAIN BODY FONT COLOR !!!

Any help
User avatar
Fresh Boarder

GK User
Mon Apr 28, 2014 12:56 pm
Try to add this code:

Code: Select all
.gk-page-wrap {
color: #yourcolor;
}
User avatar
Moderator

GK User
Mon Apr 28, 2014 1:06 pm
thanks, it's all good !
User avatar
Fresh Boarder


cron