How can I change the color of the sku and price

This topic has 2 replies, 2 voices, and was last updated 6 months, 1 weeks ago ago by Tony Rodriguez

  • Avatar: Rich Kil
    Rich Kil
    Participant
    October 28, 2023 at 00:46
    1 Answer
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    October 28, 2023 at 06:21

    Hello, @Rich Kil,

    If you are interested in modifying the color of the SKU and price in your site, kindly follow the instructions below:

    1. Copy the CSS code provided below.
    2. Navigate to XStore > Theme Options > Theme Custom CSS > Global CSS in your dashboard.
    3. Paste the copied CSS code in the Global CSS section.
    4. Click on ‘Publish’ to save the changes.

    The CSS code is as follows:

    .content-product .sku_wrapper {
        color: red !important;
    }
    .content-product .price {
        color: orange !important;
    }

    Please note that you can adjust the color code values according to your preference.

    The final result should resemble the following: https://postimg.cc/pmC36N22

    Should you have any further queries or require additional assistance, please do not hesitate to contact us.

    Best Regards,
    8Theme’s Team

  • Viewing 2 results - 1 through 2 (of 2 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.