• How can I adjust the font size of the original item price (with strikethrough) to be the same font size as the discounted price?

    TYIA.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • I don’t have an Ecommerce installed. But I’m sure you will find the solution in: Appearance / Typography / “change the pixels from (Font Sixe) to the fonts of your Ecommerce price.

    Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .woocommerce ul.products li.product .price .amount {
        font-size: 15px;
    }

    PS- edit the size as per need in above code.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adjusting Font Size of Price in Shop Page’ is closed to new replies.