This topic has 2 replies, 2 voices, and was last updated 1 years ago ago by Tony Rodriguez
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
You must be logged in to reply to this topic.Log in/Sign up