Home › Forums › Gillion Theme › Change accent color on post views
Home › Forums › Gillion Theme › Change accent color on post views
Hello,
Could you please tell me where I change the colour of the post views as it is in my footer – please take a look at the attached screenshot.
The URL is http://www.dfdev.co.za
Solution for this topic
Hi @Dominique_DF,
Thank you for your question.
You can change it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .sh-recent-posts-widgets-count { background-color: #40adcd; }
You can 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_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
Best regards,
Shufflehound team
Thank you so much, this is now resolved š
You are most welcome here š