Border around pic's in JM Products slider

Hi.

Possible it’s because i’m tired but i can’t find where to get rid of the black frame around every pic. in JM prod.slider and JM Prod.
Anyone who can help my tired head out here

//Mats

7 answers

Profile photo of tomc 0.00 $tone December 4, 2011
Public

Here is how to remove that border . . . .

Open your theme.css file (within path /skin/frontend/default/jm_anion/css/theme.css)

at line 6022 you should see the following:

Code:

.jm-products-slider-content img {
    border: 1px solid #2a2a2a;
}


Remove the border parameter to get rid of the border altogether.

Save your changes -- clear cache -- refresh page

Hope that helps.


#3
Profile photo of tomc 0.00 $tone December 5, 2011
Public

Perfect, just what i was looking for
Now i just has to get the same thing for jm-products

Mats

That would be at line 2878 . . .

Code:

.catalog-listing img {
	border: 1px solid #2a2a2a;
}

Remove the border parameter to get rid of the border altogether.

Save your changes -- clear cache -- refresh page

#5

Please login or Register to Submit Answer

Written By

Comments