New Landing How can we help? Themeforest Theme Support Dante Back to top button color & disabling on specific page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #65095
    looklook
    Member
    Post count: 14

    Greets,

    1) I’d like to change color of back to top button that appears in bottom right of screen & is enabled site-wide in general theme options. Specifically, I’d like to change background color of box.

    2) Is there a way to disable back to top button on a specific page?

    Thanks for your great support,
    Glen

    #65192
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    For the background color add this custom css:

    #back-to-top {
      background-color: #999999;
    }

    To remove it on certain pages, you will need to get the pageid for the pages, and then add this:

    .page-id-9886 #back-to-top {
      display: none;
    }

    and change the id to your pages id.

    – Kyle

    #65446
    looklook
    Member
    Post count: 14

    Kyle,
    Both worked great!
    Thanks again

    #65509
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! 🙂 No problem

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register