Featured post edits
-
Hi,
is it possible via CSS to
– change the font size of the featured post title without impacting the site title font size
– remove the caption/ excerpt from the featured post. It is hard to read overlain on the image.Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can remove the excerpt from the featured post with the following CSS:
.hero-text p { display: none; }
You can increase the size of the font in the featured post with the following CSS:
.hero-posts .post .entry-title { font-size: 64px; }
You can change the value until it matches what you’d like.
-
- The topic ‘Featured post edits’ is closed to new replies.