color change?

Feel free to talk about everything related to our Joomla Products
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
Mon Jun 11, 2012 2:57 am
How can I change color of the arrows?

domain : www.looktrips.gr
joomla 2.5

Image
User avatar
Senior Boarder

GK User
Tue Jun 12, 2012 9:48 pm
Can any help? i need another Color at Tab menu
User avatar
Senior Boarder

Konrad M
Wed Jun 13, 2012 10:30 am
To change color please add to override.css
Code: Select all
ul.gkTabs li.active, ul.gkTabs li.active:hover, .gkTabsWrap.vertical ol li.active, .gkTabsWrap.vertical ol li.active:hover {
background: #1A1A1A !important;
}
ul.gkTabs, .gkTabsWrap.vertical ol {
border-bottom: 5px solid #1A1A1A;
}

and set your color value. Remember to enable override.css option in template settings.
User avatar


cron