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
Can you, perhaps, provide the url to the site you’re working on -- so that we might take a look at your particular issue?
ofc.
Sorry forgot it,
http://www.gamehallen.se
On the frontpage around every picture there’s a black border around it but not when you go ‘into’ the product, sp it’s probably a css thingy but i’m not able to find it
//Mats
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.
Perfect, just what i was looking for
Now i just has to get the same thing for jm-products
Great thanx to you for your help.
//Rgrds
Mats
Perfect, just what i was looking for
Now i just has to get the same thing for jm-productsMats
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
You are most welcome my friend.
All the best with your continued web development.