• Resolved Looser008

    (@looser008)


    Hello.
    How can I hide the “Back to top” button?
    I have tried by adding in Additional CSS the following code:
    -Version 1-

    top-of-page {
      display: none;
    }

    -Version 2-

    .top-of-page {
      display: none;
    }

    … but I didn’t get any results…
    Can you please help me?
    Thank you for your time.

Viewing 1 replies (of 1 total)
  • Thread Starter Looser008

    (@looser008)

    I’ve found the solution.
    If someone else need it, here it is:

    .top-of-page {
      display: none !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘class=”top-of-page”’ is closed to new replies.