Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #1714735
Scroll to top button customization
Closed

Comments

  • Kevin Stern started the conversation

    Hello,


    everything is fine with the template. But i want to choose a different colour for the scroll to top button. I want to make it brown like our company colour. The white/grey style is nice, but it is not really good to see. It would be great if you can help me. Thanks a lot.

  •  361
    Filip replied

    Hi Kevin!

    Sure thing. Please use this CSS (add it in Theme Options / Advanced / Custom CSS):

    #back-top a.scroll {
        background: #935b14;
        color: #fff;
        opacity: 1;
    }
    #back-top a.scroll:hover {
        opacity: .8;
    }
    

    You may, of course, adjust it to your needs.

    Kind Regards,
    Veented Team

  • Kevin Stern replied

    Thank you very much! Works perfect.

  •  361
    Filip replied

    You're very welcome!

    Kind Regards,
    Veented Team