Price has appears incorrect on mobile

Hello, I know this custom CSS, but please help me out one last because I´m really lost :open_mouth:

the font colour of the price and all the other CSS changes on mobile, probably because of the Costum CSS on the Shop-Site. Do you have any idea?

Thank you in advance!

Hi Nikolaus,

Thanks for writing in! Could you please try adding the following CSS rules into your X -> Theme Options -> CSS area and see if that helps.

@media(max-width: 480px) {
  .woocommerce .preis {
    background-color: red;
  }
  .woocommerce .preisna {
    background-color: blue;
  }
}

Thanks!

Thx it worked! :slight_smile:

You’re welcome!

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