This topic has 6 replies, 3 voices, and was last updated 8 years, 4 months ago ago by Eva Kemp
Hi
The prices on the Idstore single product pages have dropped below the $ symbol for some reason?
thanks
Hello,
Please add this code in custom.css file:
span.woocommerce-Price-currencySymbol {
display: inline-block !important;
}
How to create custom.css you can watch in this tutorial
(it’s for Legenda theme but the process is the same).
Best regards,
Jack Richardson.
Thanks that worked, the only thing it does is make the black banner at the top thicker (One with sign in) and pushes the text up ie not centred?
thanks
Hello,
Please use this css code:
.header-variant2 #top-cart span {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
Regards,
Eva Kemp.
Thankyou
Hello,
You are welcome.
Regards,
Eva Kemp.
The issue related to '‘Prices drop below $ symbol?’' has been successfully resolved, and the topic is now closed for further responses