We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: Dawn Theme - Home Page - Blog - Hide Text

Solved

Dawn Theme - Home Page - Blog - Hide Text

falkor
Shopify Partner
16 1 3

Hello, 

Within the Dawn theme, I'm not sure why there is no option to hide/show the preview text from a blog article.

When using the Blog widget on the home page, is there any way to hide/disable the Blog main text from showing?

 

Screenshot_1.png

Accepted Solutions (2)

PageFly-Victor
Shopify Partner
7865 1786 3136

This is an accepted solution.

Hi @falkor,

 

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

 

Go to Online Store->Theme->Edit code->theme.liquid->paste bellow code in tag </body>

 

<style>

.card__information>p {

display: none !important;

}

</style>

 

Please refer to this screenshot:

PageFlyVictor_0-1670238399496.png

 

Hope you find my answer helpful!

 

Best regards,

Victor | PageFly

View solution in original post

falkor
Shopify Partner
16 1 3

This is an accepted solution.

Replies 5 (5)

frankausau
Shopify Partner
13 1 2

@falkor can you send me the URL to this page?

falkor
Shopify Partner
16 1 3

Hi. It's a customer demo site. Not live as yet.

However, a screenshot of the inspected code is below.

Is that what you are after?

Screenshot_2.png

PageFly-Victor
Shopify Partner
7865 1786 3136

This is an accepted solution.

Hi @falkor,

 

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

 

Go to Online Store->Theme->Edit code->theme.liquid->paste bellow code in tag </body>

 

<style>

.card__information>p {

display: none !important;

}

</style>

 

Please refer to this screenshot:

PageFlyVictor_0-1670238399496.png

 

Hope you find my answer helpful!

 

Best regards,

Victor | PageFly

falkor
Shopify Partner
16 1 3

This is an accepted solution.

Good work!

PageFly-Victor
Shopify Partner
7865 1786 3136

Hi @falkor ,

 

Great! I'm glad it works perfectly on your end 😊