[Dawn Theme] How to hide Featured Image

Solved
MielMediterrane
Visitor
1 0 0

Hello,

I would like to know how I can hide the featured image. Since it appears very large, and then repeats itself. So I would like the featured image not to appear when you visit the page of the published article.

 

Thank you.

Accepted Solution (1)
LitCommerce
Astronaut
2860 684 704

This is an accepted solution.

Hi @MielMediterrane,

Go to Assets > base.css and paste this at the bottom of the file:

.article-template__hero-container {
    display: none !important;
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!

View solution in original post

Replies 4 (4)
Uhrick
Shopify Partner
315 58 67

hey, MieldMediterrane

please send the link to your issue

Shopify Developer
Hire me for theme customizations at ricardomsilvestre@outlook.com or Upwork
Was my answer helpful to you? Please like or mark as solution
PageFly-Victor
Shopify Partner
7865 1785 2995

hi @MielMediterrane 

This is PageFly - Free Landing Page Builder

 

There are 2 options for you.

1 is completely hide it

2 is we can give you custom code to make it smaller or achieve the size or style you need

 

But it will be more precisely when you help to provide the site URL ( and password if password protected)

 

Hope this helps. 

Best regards,

PageFly

LitCommerce
Astronaut
2860 684 704

This is an accepted solution.

Hi @MielMediterrane,

Go to Assets > base.css and paste this at the bottom of the file:

.article-template__hero-container {
    display: none !important;
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
NHussain
Visitor
3 0 0

Hi, ive pasted this at the bottom of the base.css but the featured image still shows, am i doing something wrong?