Home Forums WoodMart support forum Pricing product page

Pricing product page

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #132450

    geminibv
    Participant

    Hi support,

    Another question. How can I align the price to the left? See attachment. Moreover, we (our client) would like to switch de comma (,) and the dot (.) and a small space between € and amount. Hopefully you can help me. Thanks.

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

    Hello,

    You can configure the currency in the Woocommerce > Settings > General

    Best Regards

    #132694

    geminibv
    Participant

    Thanks Elise! And how can we align the price tag to the left instead of center? Is this something we can add in CSS or something?

    #132704

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product-grid-item .price {
        width: 100%;
    }

    Best Regards

    #132711

    geminibv
    Participant

    Thanks!

    #132722

    geminibv
    Participant

    Last question regarding this ticket: and can I use a specific CSS code to change the color of ‘€’ (it has to be the same green as the amount)?

    #132740

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product-grid-item .price .amount .woocommerce-Price-currencySymbol{
       color:red;
    }

    Set the color as per your needs.

    Best Regards

    #132795

    geminibv
    Participant

    Thanks, solved!

    #132826

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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