Joomla/css Issue, Any Advice?
February 18, 2010 under FAQ
The joomla site is tomrossi.com, were having an issue, the right side bar where the albums/links are to buy the albums is it’s own module, but we went to add a new album/text and it changed the links to being white and bold, we want them to be regular, tiny, and blue like a normal link? In the module editor, thats how they look, on the page in the browser, they do not… how can I fix this?
Search more about Joomla/css Issue, Any Advice?:




http://www.jamglue.com/tracks/584195-Juelz-Santana-Lil-Wayne-10-Rewind-instrumental-1-
There’s an inheritance problem in your CSS.
Somewhere in your template.css style sheet, located at siteground-j15-68/css, add this:
td.caption a {
font-weight: normal;
color: #00f;
font-size: .6em;
}