Hi team kriesi,
we want to edit the size and the appeareance of the price of a product. By adding the following, it changes the size of all prices:
#top .price, #top .price span{
font-size: 20px!important;
}
This is good, but there is another important thing: Therefore, it would be good to open the link in the private data to understand the issue.
We have got 4 different kind of prices.
The first 2 prices are important – they should appear as big as they are right now with the command above.
The 3. price is not necessary – with which command can we remove it?
The 4. price should appear very small – how can we do that?
Thank you for your help and have a nice evening
Marcel
Hey Victoria! Thank you, this works for me.
Is there also a demand which lets the 3rd price (strikethrough price / L) disappear? This one is not necessary but appears automatically.
Hi christwars,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #wrap_all .price.price-unit.smaller del {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria