Changing Widget Colors

Hi,
How can i change the Title colour, in the recent posts widget?
Also, even if i restrict the posts to show only 3, it shows me a minimum of 4.

Hi @masumi,

I hope you are well today and thank you for your questions.

How can i change the Title colour, in the recent posts widget?

You can change it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#secondary .activello-recent-posts a {
    color: #000;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Also, even if i restrict the posts to show only 3, it shows me a minimum of 4.

This is the known issue which is fixed in this github theme version GitHub - ColorlibHQ/Activello: WordPress Bootstrap blog theme with doeznes of options using WordPress Customizer so please use it on your site to resolve the issue.

Best Regards,
Movin

HI, Thanks for the same. Added the code, works fine. IS this the same way i need to change the Follow Icons Color as well?
Im sorry, I’m not sure how to use Github

IS this the same way i need to change the Follow Icons Color as well?

You can use the below CSS code to change their color.


#social.social-icons a {
    color: #000;
}
Im sorry, I’m not sure how to use Github

Just download the theme from github GitHub - ColorlibHQ/Activello: WordPress Bootstrap blog theme with doeznes of options using WordPress Customizer as shown in the attached screenshot and use it on your site.