Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Need to disable this

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #164431
    brye1980
    Participant

    I do not know CSS very well at all however I have a wordpress site and I need to disable this silly scroll to top button

    <

    div class=”footer” multilinks-noscroll=”true”>

    When I use firebug and change it to display:none; it clears that silly button for me..

    What would be the custom css I need to add to the site to disable this permanent? This seems like it should be so easy, however everything I try… nothing works.

    Please Help!

    #164433
    Paulie_D
    Member

    We’d need to see the site.

    #164459
    brye1980
    Participant

    http://shop.khfireworks.ca/?product_cat=cakes

    scroll to top button at the bottom doesn’t seem to work right in google chrome. it overlaps the page numbers. it seems to work fine in all other browsers. I’ve been asked to just remove the scroll to top button.

    #164470
    Paulie_D
    Member

    The simplest solution is just to remove the node element from the HTML

    <div class="topbutton" id="w2b-StoTop" style="display: block;"></div>
    

    Or you could just increase the top padding on the footer to ensure there is no overlap.

    It’s about 20px at the moment…make it say, 60px.

    #164478
    brye1980
    Participant

    sorry. didn’t realize 1/2 my code was missing from the initial post.

    was finally able to figure out what file was putting this code in all the pages. simply adding a before the button made it appear right in chrome. added a little extra space in other browsers.. but no big deal.

    this works for the client.. thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.