This topic has 6 replies, 3 voices, and was last updated 1 years, 2 months ago ago by Tony Rodriguez
I have looked everywhere. I have used this theme before but can not find where to change the font color for the short description and price font color.
I know it’s simple, but it does not take me to that element even when I click on the green bar on the price while editing.
I need just a bit of assistance.
Thank you
Hello, BubbaDan,
Thank you for contacting us and for using XStore.
We can’t log in, unfortunately. Could you temporarily disable the jetpack plugin?
Kind Regards,
8theme team
ok done.
Hello, @BubbaDan,
We have conducted a review of your website and noticed that you are currently utilizing the default single product page, as opposed to a custom single product builder.
Should you prefer to continue using the default single product page and wish to alter the color of the short description and Price color, we kindly request you to copy and paste the CSS code provided below. This can be done by navigating to Xstore > Theme Options > Theme Custom CSS > Global CSS on your site.
.single-product .woocommerce-product-details__short-description {
color: red;
}
.single-product p.price {
color: green;
}
Note: You may change the color in the following CSS code as per your requirement.
We hope this information is helpful. Should you have any further queries or require additional assistance, please do not hesitate to contact us.
Best Regards,
8Theme’s Team.
AHHH! Something new. Got it. First solution is best!
Hello, @BubbaDan,
Thank you for your feedback! We are delighted to hear that you found the initial CSS solution to be the best fit for your needs.
If you have any more questions or require further assistance in the future, please don’t hesitate to reach out. we are here to help!
Have a Nice Day!
This topic is now closed.
Best Regards,
8Theme’s Team.
The issue related to '‘Not able to change font colors on single item page’' has been successfully resolved, and the topic is now closed for further responses