• Closed
  • March 19, 2017 at 11:05 am #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
    March 20, 2017 at 6:22 am #32980

    Hi,

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

    Thank you

    Poul Erik Pedersen
    Spectator
    Posts: 3
    March 20, 2017 at 7:02 pm #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
    March 21, 2017 at 6:28 am #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