css question

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Thu Aug 30, 2012 3:48 pm
Hi ,

I prefer to change the color(#CC0000) TO the article title( not to category below) , ONLY IN THE MAIN BODY , NOT TO OTHER POSITIONS . I make some changes BUT the color changes and in other places. Can you help me please ?

P.K
User avatar
Fresh Boarder

GK User
Fri Aug 31, 2012 11:42 am
Please provide an URL to your website and please send me administrator access to your page (you can send it to dziudek[at]gavick[dot]com). In general this change will needs small changes in the template configuration and in the CSS code.
User avatar
Administrator

GK User
Fri Aug 31, 2012 1:54 pm
I sent you an email.

Thank a lot.

P.K
User avatar
Fresh Boarder

GK User
Sat Sep 01, 2012 2:11 pm
Please use the following code in the tempate.css file:
Code: Select all
.gkhomepage .zoo-item-list p.title {
    color:#c00!important;
}


the gkhomepage is a page suffix which I've added on your website.

To change the category colour at the homepage please use:
Code: Select all
.gkhomepage .zoo-item-list .element-itemcategory.last a {
    color: #004F95;
}
.gkhomepage .zoo-item-list .element-itemcategory.last a:active,
.gkhomepage .zoo-item-list .element-itemcategory.last a:focus,
.gkhomepage .zoo-item-list .element-itemcategory.last a:hover {
    color: #000;
}
User avatar
Administrator

GK User
Sun Sep 02, 2012 12:05 pm
Thanks , your support is perfect.

P.K
User avatar
Fresh Boarder


cron