Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
body .widget .nectar_widget[class*="nectar_blog_posts_"] > li .post-title {
font-size: 12px;
line-height: 15px;
color: #e47911 !important;
}
#sidebar .widget .nectar_widget[class*="nectar_blog_posts_"] > li .post-date {
font-size: 11px !important;
}
Hello,
how can I change font size and color of the topic and date of the Nectar Recent Posts Extra Widget, please?
I would like to have the topic in black and the date in a smaller font size.
Thank you
Michael
Hey Cooke,
Thanks for using Salient.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Hi Tahir,
great, it works! Thank you
Michael