Hello I want to change the background colour of the link text in the category list box contents.To look like the image below:
I have tried to style the links in css but it affects all ez pages links.
Example of what I did:
.categoryListBoxContents a:link, {background-color:#ffffff;
}
So then, do I alter modules/category_row.php file?
if so would it be this( line 38) that I edit and if so how do I write it in?
$list_box_contents[$row][$col] = array('params' => 'class="categoryListBoxContents"' . ' ' . 'style="width:' . $col_width . '%;"'
Any help appreciated.


Reply With Quote

