<em>@JA Developer 157125 wrote:</em><blockquote>Hi torenewa
Please open template.css file, try to add following code section:
.ja-tab-subcontent li a:hover {
color: #ff0000;
}
</blockquote>
I must be doing something wrong as this didn’t change anything. The hover links still shows as blue.
Here is the section of the template.css file I put it in:
/* Normal link */
a {
color: #C55901;
text-decoration: none;
}
a:hover, a:active, a:focus {
text-decoration: underline;
}
a img {
border: none;
}
/* Sets color for hover link in tab module */
.ja-tab-subcontent li a:hover {
color: #FFFFFF;
}
/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
line-height: normal;
}
Thanks as always for your help