Hi there,
How do I remove the border – ONLY on the blog posts using Crave theme. Please see below:
Hi there,
How do I remove the border – ONLY on the blog posts using Crave theme. Please see below:
Hello @danielhinde
It’s GemPages support team and glad to support you today.
I would like to give you a solution to support you.
Go to Online Store → Theme → Edit code.
Open your theme.liquid theme file.
Paste the below code before :
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
Hallo @danielhinde
You can add code by following these steps to change
paste below code at bottom
.article-template__content.page-width.page-width--narrow.rte p img {
border: none !important;
}
If you require any further information, feel free to contact me.
Best regards,
Thanks so much! D
Hi there,
I would like to remove the border around rich text in the Crave theme. Can you help me?