changing text size

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
Wed Jul 08, 2009 6:46 pm
cant seam to change the text size in the news scroller. www.walleyeedge.com
User avatar
Fresh Boarder

GK User
Wed Jul 08, 2009 11:58 pm
try add in your CSS this rule:
Code: Select all
.gk_news_highlighter_wrapper{
font-size: 15px;
}


of course 15px is an example value...
User avatar
Administrator

GK User
Sun Aug 16, 2009 8:02 pm
I put this code in my CSS file but no change can you specify how can I fix that issue ???
User avatar
Fresh Boarder

GK User
Sun Aug 16, 2009 11:06 pm
maybe try this:
Code: Select all
.gk_news_highlighter_wrapper{
font-size: 15px!important;
}
User avatar
Administrator


cron