How to change color at BACK TO TOP button

edited February 2018 in Theme support
Hi, I just read that I can change color of the button "Back to Top" 
in the:
the back to top option can be set in theme options>footer.

But it doesn't works: 
I changed the color from there and nothing happened, 
so I tried using firebug and understand that I have to change the layout.css row which says:
a#back_to_top.button.button_js{color:#fff}
and change the color to the want one. I used also the !important
but still doesn't works.

Can you please help me?
Thanks

Comments

  • Hi,
    the color of the back to top can be changed from theme options>colors>footer.
    If you change the colors and nothing happens then make sure you have not selected the theme skin in theme options>colors>general. If you did then you will be not able to choose any colors individually.
    Also the cache could be the cause because those are css changes.
    thanks
  • ok, I solved thanks to your suggestion, 
    know I have one other ploblem:

    The hover of some buttons doesn't works: 


    If you see the button: "Approfondisci" which is in the THIRD section of the site, it should be like the one in the FOURTH part. 

    But I really cannot change his color!

    Please, help me
  • Hi,
    this css could work:
    .approfondisci:hover span {
    background:red !important;
    }
Sign In or Register to comment.