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
Theme version: 9.0.2Hello 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
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.