Wednesday 18 July 2012

Virtuemart 2.0 Related Products Css

Just a quick fix here to get all the related products on one line and get rid of the filename - without having to change any code.

just paste this into your css file

span.product-field-display{
float: left;
}

span.product-field-display a:link, span.product-field-display a:visited, span.product-field-display a:hover{
color: #666666;
    font-weight: bold;
}

span.vm-img-desc {
color: #fff;
}
If anyone goes further and make changes to the layout of Related Products itself I'd be interested to know as I couldn't find where the code for this was



No comments: