Hi,
When you click on th size guide on the product page, there is a border around the image.
Does anyone have a code to remove this border?
Password - GeffDoe
Hi,
When you click on th size guide on the product page, there is a border around the image.
Does anyone have a code to remove this border?
Password - GeffDoe
Hi @abalves97 ,
This is David at SalesHunterThemes.
Thank you for your question.
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code.
Go Assets folder → base.css file.
Add this following code at the bottom of page.
.product .product__accordion.accordion {
border: none!important;
}
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
David | SalesHunterThemes team
Hi @abalves97
Please follow these Steps:
Hi,
You can add this code to your theme style file it will remove the border
.accordion__content img {border: solid 0 transparent;}
How can I help you?
Hi,
I separated my products using two different templates and now the border is back.
Can you help me with this and remove the border again?