Change colour of icons

Home Forums Gillion Theme Change colour of icons

Home Forums Gillion Theme Change colour of icons

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    RESOLVED Posts
  • jacky88
    Participant

    Hi,

     

    Is it possible to change the colour of the icons (shown in the attached files) when I hover?

     

    Thanks

    Attachments:
    You must be logged in to view attached files.

    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

    jacky88
    Participant

    Hi,

     

    It’s in the home page: https://coinblush.com/

     

    Thanks

    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

    jacky88
    Participant

    Thanks. It worked! What about the buttons in the attached screenshot?

    Attachments:
    You must be logged in to view attached files.

    Use below CSS code for those buttons.

     

    .sh-categories-tabs li.active a {
        background-color: #F15F61 !important;
        color: #fff;
    }

    jacky88
    Participant

    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;
    }

    jacky88
    Participant

    Thanks. It worked!

    Julien HAMY
    Participant

    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

    Attachments:
    You must be logged in to view attached files.

    @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.

Viewing 12 posts - 1 through 12 (of 12 total)