• Resolved matte96

    (@matte96)


    Hello,

    I use the Sydney theme with Elementor.
    There is an arrrow in the end of the site, that you can click on to bring you back to the top of the page. This arrow is red. I want it to be another colour. How can I change this?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Here is to change the colour of the back-to-top button.

    
    a.go-top {
        background-color: yellow;
        color: blue;
    }
    a.go-top:hover {
        background-color: white;
        border: 1px solid yellow;
        color: yellow;
    }
    

    Add the code to Customize > additional CSS.

    Regards,

    Thread Starter matte96

    (@matte96)

    Thank you very much! It worked ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Want to change colour of the back to top arrow’ is closed to new replies.