Hiding Article Image In Detail Page - Question | JoomShaper

Hiding Article Image In Detail Page

Jacopo Ceccarelli

Jacopo Ceccarelli

Helix Framework 2 years ago

Hi, with shaper helix 3 i was able to hide the article image with this custom code: .entry-image, .entry-gallery, .entry-video, .entry-audio, .entry-link { margin-bottom: 30px; display: none; }

but now in helix ultimate i see it is not working... how can i hide the image from the article page?

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #41626

Hi there!

Thanks for your query.

Your site URL here would be better. However, if I get you right here is the sample code you can put in your custom CSS:

.article-details .article-full-image {
    display: none;
}

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0
Jacopo Ceccarelli
Jacopo Ceccarelli
Accepted Answer
2 years ago #41630

Thankyou Very Much! this worked perfectly!

0