CSS link backroung color - Joomla! Forum - community, help and support
hello,
i want change backround color on mouse on in articles view in category. have chage menu can't find in css that. think not in administrator panel, right?
i try finde "hover" in css can't.
thank you
i want change backround color on mouse on in articles view in category. have chage menu can't find in css that. think not in administrator panel, right?
i try finde "hover" in css can't.
thank you
in template.css on line 4150
code: select all
.list-striped li:hover, .list-striped dd:hover, .row-striped .row:hover, .row-striped .row-fluid:hover {
background-color: #ff0000;
}
Comments
Post a Comment