Home › Forums › All Other Themes › home page blog link
- This topic has 11 replies, 2 voices, and was last updated 7 years, 8 months ago by
Forum Moderator.
-
AuthorPosts
-
January 18, 2016 at 5:08 am #18946
Hey, on my homepage it shows my recent blog posts. It shows the first paragraph or so before showing the read more link. Is there a way to make it so that nothing but the title and the featured image show?
January 18, 2016 at 5:12 am #18947Hi,
Kindly show us your website link
Regards,
ShriJanuary 18, 2016 at 5:14 am #18948oh yeah, sorry forgot, theafterlifeshow.com
January 18, 2016 at 5:42 am #18954Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
.entry-summary p {display:none !important;}
.read-more {display:none !important;}Regards,
ShriJanuary 18, 2016 at 5:49 am #18956Thanks! How would I change the color on the date stamp and comment part that shows up there though? It isn’t changing with everything else? and my blog title on the blog page keeps reverting back to white, how can I stop that?
January 18, 2016 at 5:52 am #18958Hi,
Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
.postmeta .post-date {color:#39ff00 !important;}
.postmeta .post-comment {color:#39ff00 !important;}Regards,
ShriJanuary 18, 2016 at 5:55 am #18959thanks, but what about the blog title on the blog page. it keeps turning white.
January 18, 2016 at 5:58 am #18962.single-post h1.entry-title {color:#39ff00 1important;}
Regards,
ShriJanuary 18, 2016 at 6:02 am #18963thanks, but that didn’t work.
January 18, 2016 at 6:06 am #18964.single-post h1.entry-title {color:#39ff00 !important;}
Hope this works.
Regards,
ShriJanuary 18, 2016 at 6:08 am #18965Yes! Perfect! Thanks so much
January 18, 2016 at 6:14 am #18969Great
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.