Disable Scroll To Top Button

Posted in: Newspaper
Post count: 22

We added Intercom on our website at https://timandjulieharris.com – it occupies the same space as the “scroll to top” button on the page, so I’m wondering how I can disable the “scroll to top”. (Boss is in love with Intercom, so I want to ensure it gets the attention it needs…)

Post count: 285

Hi,
You can remove the lines 17 & 18 from header.php

And the same for all feature updates

Post count: 6535

Hi @timventura

Try this css in theme panel > custom code > custom css: http://screencast.com/t/oTCG0ONHF

.td-scroll-up-visible{
display: none;
}

Thanks!

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