NEED CHANGE COLOR IN PRICE …………………..

This topic has 7 replies, 3 voices, and was last updated 2 weeks, 5 days ago ago by Luca Rossi

  • Avatar: Alzain
    Alzain
    Participant
    April 30, 2024 at 19:43

    Hi
    NEED CHANGE COLOR IN PRICE

    Original color need this color : #e95d2a
    Discount price color neen this color: red
    Pre-sale color need rhis color: #888

    Files is visible for topic creator and
    support staff only.
    6 Answers
    Avatar: Alzain
    Alzain
    Participant
    April 30, 2024 at 19:45

    .

    Files is visible for topic creator and
    support staff only.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 1, 2024 at 06:14

    Hello, Alzain,

    Thank you for contacting us and for using XStore.

    Could you please provide the URLs of the pages corresponding to the screenshots you shared? This will help us assist you more effectively.

    Kind Regards,
    8theme team

    Avatar: Alzain
    Alzain
    Participant
    May 1, 2024 at 09:16

    Absolutely

    You can browse the website, store, and single product page to see the difference.

    Please, I want a way to change the price colors, and I will do the work myself.

    Thank you

    Please contact administrator
    for this information.
    Avatar: Justin
    Luca Rossi
    Support staff
    May 1, 2024 at 10:14

    Hi @Alzain,

    Please try adding the following CSS under Theme Options >. Theme Custom CSS > Global CSS:

    
    .content-product .price {
        color: #e95d2a;
    }
    .sale .content-product .price del {
        color: #888 !important;
    }
    .sale .content-product .price ins .amount {
        color: #F32004 !important;
    }
    

    Hope it helps!

    Kind Regards,
    8theme team

    Avatar: Alzain
    Alzain
    Participant
    May 1, 2024 at 21:20

    Thank you
    I tried but couldn’t find the exact same terminology

    So I copied all the codes in Global CSS

    Can you explain exactly where to put them?

    I want the change to be on all pages as well

    Please contact administrator
    for this information.
    Avatar: Justin
    Luca Rossi
    Support staff
    May 2, 2024 at 04:58

    Dear Alzain,

    We hope this message finds you well.

    Please be advised that the custom CSS codes should be appended at the end of the Global CSS. We have taken the liberty of copying the custom CSS codes for your convenience.

    Could you kindly verify if they have been positioned correctly?

    Thank you for your attention to this matter.

    Best Regards,
    8Theme’s Team

  • Viewing 7 results - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.