Font size, face and background colour in highlighter

Discussion about free Joomla news rotator/ticker with multiple effects like scrolling, fading and several data sources supported.
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
Tue Jun 07, 2011 12:14 pm
Hi there

Can you direct me to the right CSS to change font, size, and background colour in highlighter? I am using it in Yourshop (http://www.theopenresource.com/IICOMB/g ... quickstart)

many thanks

Steve
User avatar
Fresh Boarder

GK User
Tue Jun 07, 2011 12:23 pm
Hi

I recommend that you enable override.css (enable on template parameters) file and add your code by working this classes:

Code: Select all
.gk_news_highlighter_interface span {font-size:?; font-family:?;color:#?;}
.gk_news_highlighter_title  {font-size:?; font-family:?;color:#?;}
.gk_news_highlighter_desc {font-size:?; font-family:?;color:#?;}


You might need to add !important rule.

Cheers ;)
User avatar
Platinum Boarder

GK User
Tue Jun 07, 2011 12:55 pm
Many many thanks...and especially on such a rapid response!
S
User avatar
Fresh Boarder


cron