Only half of the price in thumbnail appears

Hi,

the price of the product on the Shop-Site doesn´t appear right. Only with the hover

any ideas?

Hi,

Thanks for writing in!

Sorry to hear you are having this issue. I checked and it seems to work fine on my end.

Please clear your browser cache and check again.

Thanks

Thx you, just fixed it.

New problem:
Hi,

I would like to change this colour to white, because u can not read it when it´s dark grey.
I know I have to change the “body font colour” for that. But I want to keep the body font colours in dark grey for the info text on the product pages. Is there a solution for that?

any ideas?

Hi @nikolaus.kemetner,

That would require custom CSS since it’s needed to be specific to the product archives. You can then add this CSS to your global custom CSS.

.woocommerce .woocommerce-price-suffix {
color: #ffffff !important;
}

And it’s orange, perhaps it’s on different page?

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.