[Support request] Sticky header and sticky Woo shoppingcart

Home Forums Support [Support request] Sticky header and sticky Woo shoppingcart

Home Forums Support Sticky header and sticky Woo shoppingcart

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2250777
    Danielle

    If you scroll down and then up on a productpage the sticky woo shopping cart and sticky header of generate press do not really work smooth together. any idea how to fix?

    #2250907
    David
    Staff
    Customer Support

    Hi there,

    when you have the sticky nav set to only show on scroll up, and the page is so short in height .. thats about as good as it gets. You may want to consider not having both options enabled together or setting the sticky nav to always display.

    #2250912
    Danielle

    How can i disable it on productpages? but not on other pages?

    #2251245
    Ying
    Staff
    Customer Support

    You can try this to hide the sticky shopping cart:

    .single-product div#wc-sticky-cart-panel {
        display: none;
    }
    #2251314
    Danielle

    i want the stick header gone not the sticky add to cart

    #2251432
    Fernando
    Customer Support

    Hi Danielle,

    I see. Thank you for clarifying.

    Here’s a CSS you may try adding in Appearance > Customize > Additional CSS:

    .single-product nav#sticky-navigation.is_stuck {
        display: none !important;
    }

    Kindly let us know how it goes.

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