Home › Forums › Gillion Theme › Change colour of icons
Home › Forums › Gillion Theme › Change colour of icons
Hi @jacky88,
Thank you for your question.
Could you please share me the page URL from your site where it is displaying so that i can help you?
Best regards,
Shufflehound team
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-basic-slider-item-controls i { 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
Use below CSS code for those buttons.
.sh-categories-tabs li.active a { background-color: #F15F61 !important; color: #fff; }
Thanks, unfortunately it’s not working. Can you resend a new code?
Solution for this topic
Just make above shared CSS code more specific as displayed below.
#page-container .sh-categories-tabs li.active a { background-color: #F15F61 !important; color: #fff; }
Thanks. It worked!
It worked too ! Thanks @jacky88.
@Shufflehound Support : I would like modify color of the link in categories tab (see attachment) in #000000.
Thanks for your help.
Julien
@jacky88 You are most welcome here 🙂
@Julien HAMY To help us keep support thread separates could you please create your own thread for your question instead of replying on others thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.