This topic has 2 replies, 2 voices, and was last updated 1 years, 1 months ago ago by Tony Rodriguez
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
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.
You must be logged in to reply to this topic.Log in/Sign up