This topic has 2 replies, 2 voices, and was last updated 1 years, 8 months ago ago by Tony Rodriguez
Hello,
how to disable the display of an additional plugin in the bottom bar?
1. I’m using a price display plugin for the last 30 days, which displays additional information next to the price of the product
2. What CSS code to use so that this information does not appear in the bottom bar
Hello Laskowidz,
In order to resolve your issue, we recommend that you copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS. After doing so, please clear your browser cache and check back to your site. This should resolve your issue:
.etheme-sticky-cart.etheme-sticky-panel.flex.align-items-center.container-width-inherit .wc-price-history.prior-price.lowest {
display: none !important;
}
We hope this helps.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up