• Resolved patzo

    (@patzo)


    hi guys,

    i have selected my prime colour being blue.

    the slider button is blue but when i hover it turns into grey.

    how do i change this? I’ve looked at all the options but seems i can’t change it.

    any advice would be great. so frustrating.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there patzo,

    Hope you’re well today!

    I’m not sure if this can be done from customizer since I’m not really familiar with the theme but you should be able to easily change this with some custom CSS.

    Please try adding the following code in Appearance -> Theme Options -> Design -> Custom CSS

    #featured-slider .slider-read-more-button:hover {
        background-color: #666666;
    }

    Replace color hex value to display another color. You can use sites similar to this one to get hex value for the color of your choice: https://www.color-hex.com/

    If the code is not working please post link to your site and keep code added and let me know so I can take a look ??

    Best regards,
    Bojan

    Thread Starter patzo

    (@patzo)

    thanks so much Bojan,

    worked like a treat.

    i always forget the code, always hated CSS haha…

    once again, thanks for your help…..

    Glad I could help ??

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘hover colour in the slider butting’ is closed to new replies.