Thank you for contacting WordPress.com support. I understand you are looking to remove the text “From: 550€” from the mobile view. This can be done by adding custom CSS code to your site. Please use the following CSS code:
/*To remove the text "“From: 550€”" on mobile view */ @media (max-width: 767px) {? p.price.nectar-inherit-h5 { display: flex !important; } }
To apply this code to your website, you follow the detailed guide here.? Here’s what the result will look like:??
You should see the changes reflected on your website immediately. If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).
Let us know if there’s anything else we can help you with.
Just so you know – we will now close this ticket as solved. If you have any other questions or issues, please feel free to open a new ticket and we’ll be happy to assist you.
Thank you for choosing WooCommerce and have a great day!
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Remove elements only on Mobile’ is closed to new replies.