Re: How to remove blog preview text

Solved

How can I delete preview text on a blog selection page?

Kubson
Tourist
3 0 1

Hi,

 

I was wondering if there is an option to remove the preview text, from the blog selection page, to make it more clean as so it just shows the blog title, picture, tag and read more, without the actual blog text that is previewed. 

This is the text that I'm talking about.

Capture2.PNG

 

 

 

 

 

 

 

 

 

Does anyone have any idea how to remove it? Obviously keeping the text on the actual blog post when clicked on.

 

Thanks

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12321 2552 3729

This is an accepted solution.

@Kubson 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-blog .rte { display: none !important;}

Thanks!

View solution in original post

Replies 8 (8)

dmwwebartisan
Shopify Partner
12321 2552 3729

@Kubson 

Please share your store URL.

Thanks!

Kubson
Tourist
3 0 1

Hi,

It's https://thesindiary.com/ in the lookbook page.

dmwwebartisan
Shopify Partner
12321 2552 3729

This is an accepted solution.

@Kubson 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-blog .rte { display: none !important;}

Thanks!

Kubson
Tourist
3 0 1

Worked! Thank you!

dmwwebartisan
Shopify Partner
12321 2552 3729

@Kubson 

Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.

If helpful then please  Like  Solution  . 

craseface
Visitor
1 0 0

Hi,

 

can you please help me with my webpage? I'm looking to do the same with my blog text.

 

https://miamorpets.com/

The_Paragon
Shopify Partner
1 0 0

My theme somehow doesn't have the theme.css section. Would there be any other alternative?

mitche82
Visitor
1 0 0

what do you do if you don't have that file, like the other person asked you a year ago?