Home Forums WoodMart support forum Price display bug

Price display bug

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #271775

    EDEN
    Participant

    Hello, i wanted to make the price appear bigger so i found your solution on the forum that works fine :

    .product-template-default .price .amount {
    font-size: 30px;
    }
    .archive .price .amount{
    font-size: 20px;
    }

    the issue is that it works but not from the homepage please look the screenshot

    thanks
    best

    eden

    Attachments:
    You must be logged in to view attached files.
    #271777

    EDEN
    Participant

    i found out it works only from woocommerce pages, product pages etc, not from other places, look how it look from a product page

    Attachments:
    You must be logged in to view attached files.
    #271812

    Hello,

    I saw the screenshots you attached and visited your website.

    The CSS you added is specific for the archive pages that’s why it is not working on the homepage.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .price .amount {
        font-size: 25px;
    }

    Then it will work on all pages.

    Best Regards

Viewing 3 posts - 1 through 3 (of 3 total)