Change Font Color

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Feb 07, 2013 9:27 pm
Reply with quote
Report this post
I am using style 3...where in style3.css do I go to change the Module Title Color, Page Header Title Color and Title Color of K2 Items
User avatar
Senior Boarder

GK User
Fri Feb 08, 2013 11:47 am
Reply with quote
Report this post
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
.box .header,
article header h1 a, article header h2 a {
 color: red !important
}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Mon Feb 11, 2013 1:56 am
Reply with quote
Report this post
that didn't do anything and I have .css override on...

I really just want to change the module color from dark grey to #c50013
User avatar
Senior Boarder

GK User
Mon Feb 11, 2013 8:51 am
Reply with quote
Report this post
Could you show me your site URL ?
User avatar
Platinum Boarder

GK User
Tue Feb 12, 2013 9:11 pm
Reply with quote
Report this post
User avatar
Senior Boarder

GK User
Fri Feb 15, 2013 9:59 am
Reply with quote
Report this post
Firebug don't show any code that I've created for your so probably it is not added or override.css is disabled. Please add :

Code: Select all
h1, h2, h3, h4, h5, h6 { color: red !important}
User avatar
Platinum Boarder

GK User
Sat Feb 16, 2013 2:48 pm
Reply with quote
Report this post
thanks...that worked
User avatar
Senior Boarder


cron