Problem applying CSS to list of Category Items, please help.. - Joomla! Forum - community, help and support
this code handle them regular links, solution below looks better thanks.
code: select all
a:link { /* general links style*/
color: #2b5784;
text-decoration: none;
}
a:visited {
color: #2b5784;
text-decoration: none;
}
a:hover {
color: #686868;
text-decoration: none;
this should trick
note: affect joomlaboard links, weblinks , anywhere else has table view.
change suit
note: affect joomlaboard links, weblinks , anywhere else has table view.
change suit
code: select all
/********************************
service overview , service one
*********************************/
.sectiontableentry1 a:link{
color: #000000;
font-size: 11px;
}
.sectiontableentry1 a:visited{
color: #000000;
font-size: 11px;
}
.sectiontableentry1 a:hover{
color: #999999;
font-size: 11px;
}
/********************************
service 2 , service three
*********************************/
.sectiontableentry2 a:link{
color: #000000;
font-size: 11px;
}
.sectiontableentry2 a:visited{
color: #000000;
font-size: 11px;
}
.sectiontableentry2 a:hover{
color: #999999;
font-size: 11px;
}
Comments
Post a Comment