removing underline in link

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 Dec 24, 2008 6:50 pm
hi guys,

is it possible to edit it in the stylesheet somewhere? i cannot seem to find the exact code.

thanks!
User avatar
Fresh Boarder

GK User
Sat Dec 27, 2008 11:18 pm
file style.php in module css directory
User avatar
Administrator

GK User
Thu Jan 01, 2009 4:07 pm
Thanks mate, that worked for the borders of the dynamic div. However I cannot seem to find the code for the underlining of links. CSS says it should be: style='text-decoration: none; right? None to be found though
User avatar
Fresh Boarder

GK User
Thu Mar 12, 2009 11:17 am
Place in your template CSS:

.gk_news_highlighter_title, a:link{
text-decoration:none;
}

Worked for me.
User avatar
Fresh Boarder


cron