Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #286818
    C.M.
    Participant

    Hi, I have my site in Zubin Pro and my background Header Media image is white. The scroll-down button is also set to white, so the downward arrow for this button does not show up on my site. How can I change the color of the scroll-down button to black? Would custom CSS work for this? If so, please let me know if it is possible to use CSS to make the scroll-down arrow black… My site URL is here.

    Thank you in advance!

    #286828
    Skandha
    Participant

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

    .scroll-down .scroll-icon {
        border-color: #000 !important;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #286932
    C.M.
    Participant

    This CSS code worked perfectly! Thank you so much!

    #286933
    Skandha
    Participant

    @candisterling: 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/zubin/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 ‘Scroll-down Button Color – Header Media’ is closed to new replies.