Tagged: blog meta elements
-
AuthorPosts
-
October 9, 2024 at 7:29 pm #1468743
I have managed to hide the blog meta elements on my main blog page but the settings don’t seem to apply to blog posts added using the Blog Content Element. How can I hide these please?
October 10, 2024 at 7:29 am #1468769Hey trevorwilson,
Thank you for the inquiry.
Where can we see the issue, and which meta info are you trying to hide? Please provide the site URL in the private field so that we can check the elements.
Best regards,
IsmaelOctober 10, 2024 at 11:16 am #1468791Hi Ismael – I’ve included more details in the private content for you :)
October 10, 2024 at 4:18 pm #1468822Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-2002 .avia-content-slider-inner span.blog-categories { display: none; } .page-id-2002 .avia-content-slider .slide-image { max-height: 210px; height: 210px; }Note that it will only apply to the blog page.
Best regards,
RikardOctober 10, 2024 at 4:40 pm #1468831Hi Rikard,
Thanks for your message. I would really like them to be hidden on non-blog pages where I have used the Blog Content Element instead. Is there a way to do that?
October 10, 2024 at 7:24 pm #1468864Hi,
Please try using this CSS instead:
.avia-content-slider-inner span.blog-categories { display: none; } .avia-content-slider .slide-image { max-height: 210px; height: 210px; }Best regards,
RikardOctober 11, 2024 at 10:25 am #1468909Hi Rikard,
Thanks for your quick reply. That code did fix the sizing issue (thank you!) but I am afraid the Categories still show below the thumbnails?
Best regards,
Trevor
October 11, 2024 at 4:15 pm #1468927Hi,
Please try this instead:
.avia-content-slider-inner span.blog-categories { display: none !important; } .avia-content-slider .slide-image { max-height: 210px; height: 210px; }Best regards,
RikardOctober 11, 2024 at 6:34 pm #1468945YES! That’s fixed my problem perfectly, thank you :)
October 12, 2024 at 11:02 am #1468964Hi,
Great, I’m glad that we could help. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard -
AuthorPosts
- The topic ‘Hide Blog Meta Elements’ is closed to new replies.
