How to change back to top button background color

This topic has 2 replies, 2 voices, and was last updated 2 years, 6 months ago ago by Olga Barlow

  • Avatar: ali.alalawi
    ali alalawi
    Participant
    October 20, 2021 at 08:57

    Hi

    how to style back to top background color and arrow color i could not find it on customization

    thanks

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 20, 2021 at 12:15

    Hello,

    We don’t have a special option for this. You can change it with custom CSS. For example, add the below code to Theme Options > Custom CSS and change colors according to your needs

    .back-top {
        background-color: #a50852;
        color: #fff;
    }
    .back-top svg path {
        stroke: #101010;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.