Home Forums Basel support forum Price Color Change (with Variations)

Price Color Change (with Variations)

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #10579

    tsunami360
    Participant

    Hello,

    I found out that once you change the color in the settings it changes all menu and price at the same time.

    I need to be able to change the price on the product pages to red.

    I tried adding this, but it only gets the ” – ” between the prices.

    .single-product-content p.price{
        Color: Red;

    Can you provide me with the proper css to make this work?

    Thank You.

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

    Artem Temos
    Keymaster

    Hello,

    Thank you so much purchasing our theme and contacting our support center.

    We can’t login with data you provided. Could you please check the login and password?

    Kind Regards
    XTemos Studio

    #10590

    tsunami360
    Participant

    Sorry about that not sure what happened. Try the login below

    #10596

    Artem Temos
    Keymaster

    Thank you.

    Try this code also

    .single-product-content p.price .amount {
        color: red;
    }

    Regards

    #10602

    tsunami360
    Participant

    I tried that and it did not work.

    Any other suggestion?

    #10603

    Artem Temos
    Keymaster

    Try this one

    span.woocommerce-Price-amount.amount {
        color: red!important;
    }

    Regards

    #10604

    tsunami360
    Participant

    Still not working..

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

    tsunami360
    Participant

    I had to remove this for it to work

    .single-product-content p.price{
    Color: Red;

    Although now the “-” is in grey and not red anymore. Is there a way to have both red or I just have to go with it like this?

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

    Artem Temos
    Keymaster

    Add this also

    .single-product-content p.price {
        color:red;
    }
    #10613

    tsunami360
    Participant

    Interesting I guess that has to be after the first line of code.

    Either way it is working now.

    Thank You!!

    #10615

    Artem Temos
    Keymaster

    Great, you are welcome! 🙂

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