Remove Date and Author from Blog Posts Preview
-
AuthorPosts
-
panamakay
MemberHi dears,
First of all thank you for the amazing theme and the support!
Second, how can I remove the date and author from the Blogpost preview at the front page? I’d like them not to show up. Many thanks!
The blog I need help with is: (visible only to logged in users)
Ah, just realised another thing I need help with.
As soon as I assign the front page template to a page, the background becomes grey. You can see it at the current homepage. I checked the HTML and even tried to set up a completely new front page, still the same. Could you help me with this please? Many thanks <3
anarieldesign
Theme AuthorHi,
thank you for using our theme. Happy you like it.
You can add this to the Custom CSS to remove the author and date:
.home .customwidget .entry-meta { display: none; }
This gray background is overlay for the backgorund image. As you don’t have a background image you can add this to the Custom CSS:
.home .overlay { background-color: #fff; }
and you can reduce padding, white space too:
.home .cd-fixed-bg { min-height: auto; padding: 0; }
Hope this helps.
All the best,
AnaAwesome! Thank you so much Ana, it worked neat.
Lots of love
anarieldesign
Theme AuthorYou are very welcome, happy I could help with :)
Hi Ana! Popping in here with another question:
Is there a CSS code to remove the featured images from the blog post? I’d like to use them for the preview on the front page only and then not to show up in the post. I googled a bit and tried different ones but none of them had worked so far.
Thanks again in advance!
anarieldesign
Theme AuthorHi,
you can add this to the Custom CSS:
.single-post .post-thumbnail { display: none; }
Hope this helps.
All the best,
AnaHello there!
Just got one last question before launching the website, thank you so much for the great help so far :)
I wanted to know if a CSS code exists that hides the titles in the blog posts so they don’t show up in the post itself? (but still in the menu). Many thanks!
anarieldesign
Theme AuthorHi,
not sure if this is what you are looking for:
.widget_didi_recent_post h2.entry-title { display: none; }
Hope this helps.
All the best,
Ana
- The topic ‘Remove Date and Author from Blog Posts Preview’ is closed to new replies.