badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Removing Scroll To Top Button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4143
    Maria
    Participant

    I tried the following code to remove the scroll to top button

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

    but it doesn’t work. Any suggestions?

    #4148
    Rabin Shrestha
    Participant

    Hi MairiaM,

    Try this code

    .back-to-top {
        display:none !important;
    }

    Rabin

    #4162
    Maria
    Participant

    Thanks a bunch, Rabin! It’s working now 🙂

    #4181
    Rabin Shrestha
    Participant

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.