Home Forums WoodMart support forum How do I change colour of price or make the price bigger?

How do I change colour of price or make the price bigger?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #254381

    Sten1801
    Participant

    Hi, I get a lot complaints from visitors who cannot see Clearly the price due to the light colour. How can I make the price bigger or change the colour? I understand that I can change the primary colour, and that the pricing colour changes with it, but I only want to change the pricing colour!

    #254395

    Hello,

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

    .product-grid-item .price .amount {
    	color: green;
    	font-size: 24px;
    }

    If you are trying to ask anything else then please provide with some relevant screenshots of the specific area to check it myself and help you out accordingly.

    Best Regards.

    #254396

    Sten1801
    Participant

    Hi,

    And the pricing colour on page? How do I change that? Now I only changed the pricing colour in the shop! See screenshot.

    #254403

    Hello,

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

    .single-product-page .price .amount {
    	font-size: 30px;
    	color: red;
    }

    Best Regards.

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