• Resolved edelorn

    (@edelorn)


    Hello there,

    The product price font size does not change when I use wordpress customize setting.

    Is there a CSS code that can possibly force it?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Niels Lange

    (@nielslange)

    Hello @edelorn,

    The font size of the prices can be adjusted using the following CSS code:

    
    /* Adjust WooCommerce pice font size */
    span.woocommerce-Price-amount.amount {
      font-size: 150%;
    }
    

    I see that https://edelorn.com/product/uv-360/ is using the Ultra theme of https://themify.me/themes/ultra, though. If the CSS code isn’t working as expected, please contact the theme developer for assistance.

    Thread Starter edelorn

    (@edelorn)

    Thank you so much Niels, it is working perfectly.

    May I ask if I can also hide the product directory showing at the top?
    “Home / UV Sterilizer / UV 360 | Edelorn? 360° Rotating UV Sanitizer”

    Also hiding SKU and catagory showing below the Paypal button:
    “SKU: R0-UNRI-9Y89 CATEGORY: UV Sterilizer”

    Please assist with some css code if possible.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Product price font size doesn’t change’ is closed to new replies.