This topic has 8 replies, 3 voices, and was last updated 1 years, 5 months ago ago by Tony Rodriguez
Hello,
We have added a domain link on the PCA.
When we scroll down, we just want to show the add to cart button, but currently other content is also being shown.
How can we only show the add to cart/buy now buttons with the price and nothing else?
We have added details on the PCA.
Thanks!
Hello PR,
Thank you for contacting us and for using XStore.
This content comes from 3rd party plugins activated on your site. You can try to use the next custom CSS code:
.etheme-sticky-cart .tc-extra-product-options,
.etheme-sticky-cart .tc-totals-form,
.etheme-sticky-cart .mob-hide,
.etheme-sticky-cart .rrp-sale {
display: none;
}
.etheme-sticky-cart ins {
padding-left: 0px !important;
}
.etheme-sticky-cart .et_col-xs-7 {
width: 100%;
}
Kind Regards,
8theme team
Hi Rose,
thanks!
how can we keep everything as before, but just remove the content from “extra product options”
when we add the code it also removes the product images and name etc.
thank you
Hello PR,
Thank you for your response.
In this case, please try:
.etheme-sticky-cart .tc-extra-product-options,
.etheme-sticky-cart .tc-totals-form,
.etheme-sticky-cart .rrp-sale {
display: none;
}
Kind Regards,
8theme team
Hello Rose,
thanks!
if you don’t mind,
does the code above remove these words
“Special Sale Price, Canadian Dollars”?
We added the code and looks great, just that we want it to show the words above. They get removed when the code is added.
thanks for your help!
Hello PR,
Thank you for your response.
In this case, please try:
.etheme-sticky-cart .tc-extra-product-options,
.etheme-sticky-cart .tc-totals-form {
display: none;
}
Kind Regards,
8theme team
Hello Rose,
thank you very much, it worked!
have a great day.
Hello, @PR
You’re welcome! We’re glad to hear that it worked for you.
If you have any more questions or need further assistance, feel free to reach out to us.
Have a fantastic weekend!
Best Regards,
8Theme’s Team.
Tagged: add to cart, sticky, templates, woocommerce, wordpress
The issue related to '‘How to stop showing content on the sticky add to cart?’' has been successfully resolved, and the topic is now closed for further responses