Okay
  Public Ticket #2066574
Scroll top button: how to make it and how to make it square?
Closed

Comments

  • Silvia_94 started the conversation

    Hi Neuron!


    These are my two questions:

    1. How to make a scroll top button?

    2. And how to make it square? (see attachment Image.1) By default the button presents rounded corners (see attachment Image.2)


    Thank you so much,

    Silvia

     

  •  675
    Neuron replied

    Hi Silvia,

    To display the scroll to top button, you have to go in Appearance > Customize > Utility > To Top. By default it is presented in square, for more customization you can have the selector.

    .a-to-top {
        width: 40px !important;
        height: 40px !important;    
    }
    

    http://prntscr.com/o9iwxv

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Silvia_94 replied

    It works! Thank you so much Neuron! :)

    And If I wanted to change the color of the scroll to top button?


    Thanks

    Silvia

  •  675
    Neuron replied

    You're welcome anytimesmile.png

    // For the background color

    .a-to-top {
        background-color: your_color !important;
    }

    For the color of arrow.

    .a-to-top svg {
        color: your_color !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Silvia_94 replied

    I love you guys! <3

    Your assistance is five stars!

  •  675
    Neuron replied

    You are welcome anytime Silvia, I am very glad that you like our theme and supportsmile.png

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.