Home Forums Pro Themes Corpopress Pro The problem with the button on the main slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #121477
    Zamaraev
    Participant

    Hello! I want to change the color of the button on the main slider. Now the button is white, and when you hover over it turns yellow. I want to do the opposite, so that it is yellow at first, and when you hover over it becomes white. I could not change the color by replacing the code through additional CSS styles. help me please
    My site http://gorod-kuhon.ru
    Main slider

    #121480
    wensolutions
    Keymaster

    Hello,

    Please add following given CSS code in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    #featured-image .btn-default:hover{
        background-color: #fff !important;
        color: #6453b5 !important;
    }
    
    #featured-image .buttons .btn-default {
        background-color: #fbb836;
        color: #fff;
    }

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

    #121573
    Zamaraev
    Participant

    Thanks, this code works!

    #121575
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    If you have any issues further then kindly let us know.

    Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.