Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #231764
    Bart Bus
    Participant

    http://accessibility4all.es/
    I have this in my “Extra CCS” –>
    }
    .scroll-down {
    font-size: 20px;
    color: #fff;
    }

    The colour on hovering is the default blue. I need to change it to green #00B22D on hover.

    <div class=”scroll-down”>
    <span>¿SABER MÁS?</span>
    <span class=”fa fa-angle-down” aria-hidden=”true”></span>
    </div>

    #231769
    Skandha
    Participant

    @bart-bus: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .scroll-down:hover {
        color: #00B22D;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #231943
    Bart Bus
    Participant

    @skandha Your code works perfectly! Thank you very much for your time and help!

    #232035
    Skandha
    Participant

    @bart-bus: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/intuitive/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change colour of scroll down button’ is closed to new replies.