In Recent Posts in the Enfold widgets, can the size, color and positioning (align right, align left, center) of the headline be changed?
I would like to center the headline and add color.
Thank you.
Kurt
Hey Kurt,
Yes, that should be possible. To center align the post title, please use this css code.
.widget_recent_entries li {
text-align: center;
}
And to change the font color, try this one.
.sidebar .widget_recent_entries li a {
color: red;
}
You can also adjust the default style in the Enfold > General Styling panel, but changes there will affect many elements.
Best regards,
Ismael
Hi Ismael:
I entered both of the codes you sent me in the Quick CSS and they did not work. There is a “recent post” box on the home page.
I included my login information below if that would help.
Thanks,
Kurt
Hi,
Thank you for the info.
The post titles are center aligned when we checked (screenshot below). You may need to purge the cache before checking the page again, or try to view it on incognito mode.
Screenshot: https://imgur.com/0cJd4Ht
If you need to center align the widget title as well, please add this.
.widget_recent_entries .widgettitle {
text-align: center;
}
Best regards,
Ismael
Idmael:
This worked. Thank you.
You close the post.
Best regards,
Kurt
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon