Home Forums Pro Themes Travel Gem Pro Remove Scroll-Up Button

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #89514
    tiajamal
    Participant

    Hi, I have the Travel Gem Pro theme and would like to remove the scroll-up button. How can I do this?

    #89608
    wensolutions
    Keymaster

    Hello @tiajamal,

    The option to disable the scroll to top button is already available in the theme.

    For this go to Admin Panel > Appearance > Customize > Theme Optipons > Footer Options and disable the option “Display Scroll Top Button

    Hope this helps.

    Best Regards!!

    #89718
    tiajamal
    Participant

    I’ve done the above, but the option is not there under Footer Options. I’m a bit stuck on how to resolve this.

    #89719
    tiajamal
    Participant

    Sorry, I should add that the only options shown on “Footer Options” is “Copyright text” and “Powered by text”. Hope this helps make it a bit clear.

    Thanks for your help!

    #89788
    wensolutions
    Keymaster

    Hello @tiajamal,

    To remove the button please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    a#btn-scrollup {
        display: none !important;
    }

    Hope this helps.

    Best Regards!!

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