Crave theme – remove border on blog posts

Hi there,

How do I remove the border – ONLY on the blog posts using Crave theme. Please see below:

https://www.reformedcharacters.com/blogs/journal/how-to-deal-with-bar-and-waiting-staff-mocking-your-mocktails

Hello @danielhinde

It’s GemPages support team and glad to support you today.

I would like to give you a solution to support you.

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid theme file.

  3. Paste the below code before :


Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

1 Like

Hallo @danielhinde

You can add code by following these steps to change

  1. Go to Online Store → Theme → Edit code > assets > base.css

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?