Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1011721

    Hello,

    Can you help me change the font on mobile for my WooCommerce products. It is find on desktop but on mobile the font changes and is barely visible.

    Thank you

    #1011897

    Hey NathanQ97,

    Best regards,
    Victoria

    #1011914

    Sorry I wasn’t clear enough. My apologies.

    On the “shop” page, below the “12Oz candle”, “24Oz candle” and “drizzle melts” is the price. However the font on the prices are very difficult to see. This is what I would like to change, to make it clearer.

    I apologise for not being clear enough.

    #1011958

    Hi NathanQ97,

    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

    
    @media only screen and (max-width: 767px) {
      .woocommerce-Price-amount.amount {
        color: #af4084;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1012397

    Thank you very much. That is it sorted now!

    #1012635

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.