• Resolved silviagregorio

    (@silviagregorio)


    Hi,
    I want to change de color of this button that appears at the bottom of the pages to go to the top, but i can’t find it in the theme files.

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello silviagregorio,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    
    #topcontrol div.to_the_top {
      background: #ff1e1e;
    }

    Hope this will helps you.

    Thanks.

    Hey,

    That CSS should work great! I will however suggest you place it in Theme Options> Advanced Settings, as there is a custom CSS box built into the theme. So there is no need for a child theme when working with custom CSS.

    -Kevin

    Thread Starter silviagregorio

    (@silviagregorio)

    Yes, it works!
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘To the top! button’ is closed to new replies.