How To Get Rid Off Border Around Product Image?

How to get rid off border around product image, including when the mouse over? Where can I make changes to CSS?

What version of Cs Cart? Easiest thing is to use firebug for Firefox or Chrome - right-click on the image and check the css class. Will tell you the css file to edit too.

[quote name='Scott_C' timestamp='1391609740' post='176852']

What version of Cs Cart? Easiest thing is to use firebug for Firefox or Chrome - right-click on the image and check the css class. Will tell you the css file to edit too.

[/quote]

I am using 4.1.2. I have tried with Firebug but did not get a clue.

Not at my design PC at the moment so I can't test this but it should work.



From the admin panel go to Design, Themes. Click Visual Editor.



Select Custom CSS in the Customize drop down.



Enter the following and save:


.product-main-info .border-image-wrap {
border:0px;
}

[quote name='NairdaCart' timestamp='1391615326' post='176860'] Not at my design PC at the moment so I can't test this but it should work. From the admin panel go to Design, Themes. Click Visual Editor. Select Custom CSS in the Customize drop down. Enter the following and save: ```php .product-main-info .border-image-wrap { border:0px; } ``` [/quote]


Thank you. I have changed in my styles.css

.border-image-wrap {
border: 1px solid #ebebeb;