Change - edit a Suffix

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Sat Oct 20, 2012 3:43 pm
You can change these colors with others?

xxx.png


You can create a new suffix can edit?
I would like to add one with the hex color # 00FF00 (lime) ;)
User avatar
Expert Boarder

GK User
Sat Oct 20, 2012 8:36 pm
You can create your own suffix, please just add this code to override CSS and remember to enable 'Use override CSS' feature under template 'Advanced settings' tab :

Code: Select all
#gkPage .box.lime > div > h3.header, #gkPage .box_text.lime > div > h3.header {
 border-top-color: #00ff00;
}


Then use ' lime' as a suffix for module.
User avatar
Platinum Boarder

GK User
Mon Oct 22, 2012 10:37 am
bkrztuk wrote:You can create your own suffix, please just add this code to override CSS and remember to enable 'Use override CSS' feature under template 'Advanced settings' tab :

Code: Select all
#gkPage .box.lime > div > h3.header, #gkPage .box_text.lime > div > h3.header {
 border-top-color: #00ff00;
}


Then use ' lime' as a suffix for module.


Hi, Thank you very much, it's work great!!! :D
User avatar
Expert Boarder


cron