Just realised the same big header font appears when I use the “Theme – Latest Posts” widget. Also too big for use. Thanks!
Hi,
you can try this
.entry-related .entry-title,.entry-related .entry-title a{
font-size:1.2em;
}
.widget_ci-latest-post .entry-title, .widget_ci-latest-post .entry-title a{
font-size:1.2em;
}
in your custom CSS box under Customize-▸Additional CSS
Let me know if you need additional help with this.
Hello
Thank you for replying. Unfortunately, that didn’t make any difference at all. I tried adding the widget again to see if it changed anything there, but no. I’m not really needing the widget anyway, just want to make the font smaller on the related posts at the bottom of each main post.
Hi,
try this instead
.entry-related .entry-title, .entry-related .entry-title a {
font-size: 20px!important;
}
.widget_ci-latest-post .entry-title, .widget_ci-latest-post .entry-title a{
font-size: 20px!important;
}
Change 20 to your preference
It worked for the related posts, but not for the widget. Font is still big with the widget in the sidebar 🙂
@sealyourwideshores Weird! Can you re add this one? With the code present, so I can check it out?
Okay, I’ve left the widget in place. You’ll see the big font! It’s the same size whether I choose horizontal or vertical in the “item layout” within the widget. Thank you again for helping!
Any thoughts on this one? 🙂