Crave theme – remove border on blog posts

Solved

Crave theme – remove border on blog posts

danielhinde
Excursionist
25 0 8

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...

 

Screenshot 2023-01-17 at 10.31.35.png

Accepted Solution (1)

GemPages
Shopify Partner
5625 1261 1243

This is an accepted solution.

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 </body>:

 

<style> 
   body .rte img{
      border: none;
   }
</style>

 

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 4 (4)

GemPages
Shopify Partner
5625 1261 1243

This is an accepted solution.

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 </body>:

 

<style> 
   body .rte img{
      border: none;
   }
</style>

 

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
danielhinde
Excursionist
25 0 8

Thanks so much! D

harivishwakarma
Shopify Partner
322 46 55

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,

banned
DGQs
Tourist
15 0 3

Hi there, 

 

I would like to remove the border around rich text in the Crave theme. Can you help me?