• Closed
  • 19.03.2017 at 11:05 #32976

    I have another request for custom CSS code for changing the background colour of the “Back to top” button in Evolve+. I have not been able to find it in the forum.

    Priyank
    Spectator
    Posts: 747
    20.03.2017 at 06:22 #32980

    Hi,

    Use this custom css in theme options custom css area
    #backtotop {
    background: red;
    }

    Thank you

    Poul Erik Pedersen
    Spectator
    Posts: 3
    20.03.2017 at 19:02 #33013

    Thanks for your help. It works like a charm. But to be honest – I should have been able to work that one out by myself.

    Is there anywhere where I can find a list of names (the name after the #) and what they represent to use in these CSS codes commands? I had found a code for Alora, and there the back to top button was just called “toTop”, and that didn´t work for Evolve+

    Priyank
    Spectator
    Posts: 747
    21.03.2017 at 06:28 #33019

    Hi,

    Evolve+ and alora both theme different to each other. Both theme functionality and coding are different so anyone coding does not work to other.

    Thank you