Home Forums WoodMart support forum Change Price Colors

Change Price Colors

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #648990

    mferron
    Participant

    I need to change the price color in woodmart themes, i don’t work on my site. How to do it?
    i make test in every menu i fond with no success.

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

    Luke Nielsen
    Keymaster

    Hello,

    Navigate to Theme Settings -> Typography -> Advanced -> set the place in which you want to change the color – https://prnt.sc/7VHiGh3OvsYF and change it here – https://prnt.sc/UnObu2IZwOGU

    Kind Regards

    #649145

    mferron
    Participant

    i do it, no result

    Can you check it, i pass 2 days on this with no result.

    Best regard

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

    Luke Nielsen
    Keymaster

    Hello,

    Just for testing, I have set the red color and it works – https://prnt.sc/A7ihOij0y2rJ , https://prnt.sc/_9ide-2uEAOu

    As for the single product, you are using the product layout (Dashboard –< Layouts -> Single product) so it can be changed via its element – https://prnt.sc/Oke-QU2Pwtzy

    Kind Regards

    #649274

    mferron
    Participant

    ok tk is working, but for the all the other slider, is not working, i set to use slider theme setting, but is no work…weird

    #649437

    Luke Nielsen
    Keymaster

    Hello,

    Because that slider comes from 3rd third-party element, either use our “Products (grid or carousel) ” element or try to use the code below to change the color:

    .wpsp-product .product-details .wpsp-product-price .amount {
        color: #fff !important;
    }

    Kind Regards

    #649615

    mferron
    Participant

    ok tk, how to change color in product page?

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

    Luke Nielsen
    Keymaster

    Hello,

    You have created a product via Elementor templates, so you need to edit it via Elementor and set other colors – https://prnt.sc/IEQCa_tcVXiY

    Use the code below to change the color of the price form the add to cart form:

    .single_variation_wrap .woocommerce-variation-price .amount {
        color: #fff !important;
    }

    Let me know the result.

    Kind Regards

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