Paypal direct purchase button in shopping cart stiky hide.

This topic has 2 replies, 2 voices, and was last updated 6 months, 3 weeks ago ago by Tony Rodriguez

  • Avatar: salmi
    salmi
    Participant
    October 13, 2023 at 17:44

    Hi, unfortunately it happens again and again that as soon as something new is set or a plugin is installed something in the cart sticky is faded in, here you have to come up with something like for example hide everything except “into the cart” and “Buy now” button and in mobile only ” into the cart”. Now I need help to hide the button and label circled in the screenshot. Thanks

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    October 14, 2023 at 09:48

    Hello, @salmi,

    Thank you for contacting us and for using XStore.

    If you desire to conceal the button and label highlighted in the screenshot you shared, kindly follow these steps:

    1. Copy the CSS code provided below.
    2. Navigate to Xstore > Theme Options > Theme Custom CSS > Global CSS.
    3. Paste the copied CSS code in the designated area.
    4. Click on ‘Publish’ to save the changes.

    Here is the CSS code:

    .single-product .etheme-sticky-cart.etheme-sticky-panel.flex.align-items-center.container-width-inherit p.stock.in-stock.step-1 {
        display: none !important;
    }
    
    .single-product 
    .etheme-sticky-cart.etheme-sticky-panel.flex.align-items-center.container-width-inherit p.wc-gzd-additional-info.delivery-time-info {
        display: none !important;
    }
    
    .single-product 
    .etheme-sticky-cart.etheme-sticky-panel.flex.align-items-center.container-width-inherit 
    .wc-stripe-product-checkout-container.bottom.active {
        display: none !important;
    }

    We hope this helps. Should you have any further queries, please do not hesitate to contact us.

    Best Regards,
    Team 8Theme.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.