Price color and size on Last viewed products section

This topic has 4 replies, 2 voices, and was last updated 1 years, 1 months ago ago by Rose Tyler

  • Avatar: Barbara
    creativesite
    Participant
    August 30, 2023 at 11:29

    I would like to change the Price color and size on the Last viewed products section.

    The green numbers to red with 500px font-weight.
    And leave the original price in grey and crossed.

    Thank you! 🙂

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 30, 2023 at 13:56

    Hello, Creativesite,

    Thank you for contacting us and for using XStore.

    Please try to use the next custom CSS code:

    .cart ins .amount, .price ins .amount, .product-price ins .amount {
        color: red;
        font-weight: 500;
    }

    Kind Regards,
    8theme team

    Avatar: Barbara
    creativesite
    Participant
    August 31, 2023 at 14:08

    Thank you very much!

    And is it possible to make the original price also red with 20px in the Shop area?

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 31, 2023 at 14:29

    Hello, Creativesite,

    We appreciate your prompt response.

    Please try to use the next custom CSS code:

    .content-product .price bdi {
        font-size: 20px;
        color: red;
    }
    .content-product .price del bdi {
        font-size: 17px;
        color: #888;
    }

    Kind Regards,
    8theme team

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

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

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