This topic has 2 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Tony Rodriguez
How to hide the stock on the products when I search on mobile?
Thank you!
Hello, @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