Hi. I’d like to adjust the colour and size for my post titles and date on the Home page.
- Increase date size
- Change title color and weight
Hi. I’d like to adjust the colour and size for my post titles and date on the Home page.
Hi There @juanajaafar
Thanks for writing in! You can add the following CSS rules into your X -> Theme Options -> CSS area and change the values according to your requirement.
.x-recent-posts .x-recent-posts-date {
font-size: 12px;
}
.x-recent-posts .h-recent-posts {
color: red;
font-weight: 600;
}
Hope that helps.
This works, thanx!
On behalf of my colleague, you’re welcome. Cheers! 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.