Home Forums WoodMart support forum change base price color and font

change base price color and font

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #51995

    wzd24
    Participant

    How to change only base price color and font? (only the red marked area in attached image)
    See also attached image.

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

    Hello,

    Following the link, you have provided I see the price like this: http://prntscr.com/j3unc3

    If you want to change the color or/and font use this CSS code:

    .woocommerce-Price-amount, .stock:before {
        color: green !important;
        font-zise:16px;
    }

    Put this code into Theme Settings > Custom CSS > Desktop and change the color and size values.

    Best Regards

    #52105

    wzd24
    Participant

    This code not works.
    It also change the color of the first line (price). But we wanna change just the color of the complete second line. See also attached image.

    My question was: How to change color only of text: “0,44€ / kg”
    We marked it red in the image in our first post attachement.

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

    Hello,

    Both prices have the same selector that is why it is impossible to set different colors.

    Best Regards

    #52128

    wzd24
    Participant

    How to add new class to this area in this theme?
    It’s look like realy ugly in a real live shop! 🙂

    #52159

    Hello,

    This is WooCommerce functionality and our theme does not have such templates. You will need to find them in Woocommerce.

    Best Regards

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