How to hide the stock on the products when I search on mobile?
Thank you!
Site URL: hidden Theme version: 9.1.8 WooCommerce version: 8.1.1Hello, @Oshrat,
Thank you for choosing XStore as your WooCommerce WordPress theme.
To Hide/Remove the stock status on products during a mobile search, kindly follow the instructions below:
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.
@media(max-width: 767px){
.autocomplete-suggestion .ajax-item-info>.stock {
display: none !important;
}
}
We trust that this will effectively address your concern.
Best Regards,
Team 8Theme
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.