Home › Forums › Gillion Theme › Blog Ticker Color
Home › Forums › Gillion Theme › Blog Ticker Color
How to change color of “Trending Articles” header?
Hi @Qommunica,
Thank you for your question.
We can change its color developing custom CSS code.
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
Here it is:
Solution for this topic
You can change its color 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
.blog-textslider-style4 .blog-textslider-title { color: #000; }
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
Thank you.
Resolved.
You are always welcome here 🙂