• Hi,

    I would like to change the position of the “Back to top” button and place it bottom left.
    Or if that’s not possible, completely disable it.

    Thank you

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Wpazure Themes

    (@wpazure)

    Hi @vipapadopoulos

    We are really sorry for the delay.

    You are still waiting for the answer.

    Regards
    Wpazure

    Thread Starter vipapadopoulos

    (@vipapadopoulos)

    So, do you have an answer?

    Theme Author Wpazure Themes

    (@wpazure)

    Hi @vipapadopoulos

    Please find the solution.

    1. You can change the “back to top” button position add given below css rule in your theme additional CSS box.

    Wpdashboard >> Appreance >> customize >> addional css

    .scroll-to-top {
    bottom: 33%;
    right: 50%;
    }

    Change the bottom and right values as your needs

    2. You can also remove this if you want.

    .scroll-to-top {
    display:none;
    }

    Let me know if you have any questions.

    Regards
    Wpazure

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘BACK TO TOP BUTTON: DISABLE OR CHANGE POSITION’ is closed to new replies.