K2 Categories font style in realdesign template

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Aug 01, 2012 9:32 am
Hi,
I'm playing arround with the realdesign template. My site is still not live, so I try to explain my question pointing to your demo-site: http://demo.gavick.com/joomla16/dec2011/index.php?option=com_k2&view=itemlist&layout=category&task=category&id=1&Itemid=236
This is the only part of the template (Children categories), where the font color don't change when I try to make css overrides in the backend of template like this:
Code: Select all
body {color: #000000;}
.
I tried firebug, but I couldn't figger out in wich css I can change the color :-(
So when I klick the menu K2->K2Categories the font color is not the same as I click K2->K2Categories->CreativeDesign (here is everthing perfekt.
Sorry ma english is not the best but I hope you understand what I mean.

Can someone help me ?
User avatar
Fresh Boarder

Konrad M
Wed Aug 01, 2012 9:39 am
Hi,
please add to override.css
Code: Select all
.subCategory p {
color: #555 !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Wed Aug 01, 2012 10:33 am
hi...thanks a lot,
I found the path here: /templates/gk_the_real_design/css/k2.css in line 1106. But your choice is for me the better way.
And the best...now I understand a little bit more about the css and css overrides :-)
kind regards
User avatar
Fresh Boarder


cron