Hi! Sorry for the delay; we’ve been attending WordCamp Europe this week, and I had no time at all to address these issues.
I didn’t see the “big titles” you mention in the link you shared (I think you already fixed it), but anyway, here are some tips:
- Change the size of the title using CSS rules.
- Create a new template in your themes file.
Let me know if this helped!
Hi, David.
I did fix it by adding the following bit of code to my main style sheet. I think I may try making a separate style sheet and call it so that theme changes don’t undo the “fix.”
/* Change entry-title size for Nelio Featured Posts */
.widget_neliofp_widget article .entry-title {
font-size: 26px; /* for ie8 & below */
font-size: 1.6rem;
line-height: 29px; /* for ie8 & below */
line-height: 1.8rem;
}
Hi David, I saw that you resolved this but I was hoping you are able to give a little more information on how to change the title and image size and exactly where I would do that. I want to make mine bigger. I tried in a couple spots but nothing seemed to change it. Thank you.
Hi @cvhall92. Can you please share a link to your blog? I’d like to see your featured posts and determine why the CSS rule above doesn’t help you.
Thanks!
David