News:

Support the VirtueMart project and become a member

Main Menu

images border

Started by ramherfer, September 13, 2012, 08:21:39 AM

Previous topic - Next topic

ramherfer

Hello good morning, how I can put a border to the images in the list of products in the product detail?
Using virtuemart joomla 2.0.10 and 2.5.6
A greeting.
Ramiro Hernandez

ivus

Hi ramherfer,

???
Quotethe images in the list of products in the product detail

are you referring to the additional images? or the related products? or the child products?

ramherfer

IVUS Hello, thank you for your interest in the first place. I mean the main product image both in the list of categories, as in the product details.

As much as I searched the archives virtuemart default, I have not found the right to modify it.
Thank you.
Ramiro

ivus

Hi ramherfer,

FYI you should use Firebug/Developer Tool to find the styles you want to change.

You can define a new style in the following file "/components/com_virtuemart/assets/css/vmsite-ltr.css"

add to the very bottom: along with anything else you want to set



.browse-view .row .product img,
.main-image img,
.additional-images img
{
border:1px solid #f0f;
}


ramherfer

Thank you very much. All pictures will they come out with the border?
Ramiro

jenkinhill


ramherfer, try it and see. It only takes about a minute to add a css style and check the result. after that use Firebug if you need to test changes to that style. http://forum.virtuemart.net/index.php?topic=102850.0
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum