I want to remove the padding between these two images can someone please help?
Hi @printsbyhjr
Can you give me your page URL( with pass if your store password is enabled), so I can check it and maybe give you a solution?
Kind & Best regards,
GemPages Support Team
Hallo @printsbyhjr
You can add code by following these steps to change collection and product pages background color:
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid theme file
-
Paste the below code before
please like and accept solution
If you require any further information, feel free to contact me.
That didn’t work, thank you though.
Hi @printsbyhjr
You can try adding the below code :
-
Go to Online Store → Theme → Edit code.
-
Open your base.css in the Assets folder.
-
Paste the below code at the end of the file.
#shopify-section-template--14885199872089__main .rte img{
margin: 0 !important;
display: block !important;
border: none !important;
}
Best regards,
GemPages Support Team
hallo @printsbyhjr
please check it one more time with valid code
.rte { margin: 0 !important; } .rte img { margin: 0 !important{ border: 0 !important; }Thank you SOOO much!!
