Tagged: blog post element
Hi, I would to remove the date/comments that shows up underneath the image in the blog post element.
Additionally, could you tell me how to edit the style/font of the title?
Thanks,
Anita
Hi anitademla!
Please go to Enfold theme options > Blog Layout and uncheck date and comments under “Blog meta elements” section. Also, can you please post the link to your blog page?
Best regards,
Yigit
Hi Anita!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.slide-meta { display: none !important; }
h3.slide-entry-title.entry-title { font-size: 17px; color: orange; }
Best regards,
Yigit
Thanks Yigit. If I wanted to do this for a particular page and not universally across the site, would I just place this in “Custom CSS” in the widget?
Hi!
If you mean the blog page you posted above, please change the code to following one
.page-id-2 .slide-meta { display: none !important; }
.page-id-2 h3.slide-entry-title.entry-title { font-size: 17px; color: orange; }
Regards,
Yigit
I have the same issue. I’ve unchecked the date and comments under “Blog meta elements” section, but they still appear on the page.
I’d also like to change the font type / size for the title.
Hi,
Please use the same code Yigit suggested – it should work for you also :)
Best regards,
Basilis
I tried that – didn’t work for me… (or maybe I didn’t post it correctly?)
Hi socialsonya,
Can you give us access to your site? so we can take a look.
Best regards,
Nikko
Sure – creds below. Thanks
Hi,
Thanks for that, though I can’t see dates or comments on the page in private. If you don’t see that on your end then please clear the cache from your caching plugin and from your local browser to see if that helps. When to not use a caching plugin.
Best regards,
Rikard