This topic has 6 replies, 3 voices, and was last updated 1 years, 7 months ago ago by Tony Rodriguez
I would like to change the color of button, price inside woocommerce pages
1. Single Product Page
2. Cart
3. Checkout
Hello, Jaroh,
Thank you for getting in touch with us.
Theme Options > Styling > edit settings for buttons.
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Kind Regards,
8theme team
How about the price color
1. Here
https://i.postimg.cc/KjL8V69g/price-color-1.png
2. Here
https://i.postimg.cc/9Mwmw3HN/price-color-2.png
regards.
Hello, Jaroh,
Thank you for your response.
Please add the next code in Theme Options > Theme custom CSS:
.content-product .price, .product-content .price {
color: red !important;
}
Kind Regards,
8theme team
How about in the Buy page. How can I change the TEXT color.
https://i.postimg.cc/kgsdKCZy/text-not-visible.png
https://i.postimg.cc/ydgqMZNf/text-not-visible-2.png
Hello @jaroh,
We kindly request that you copy and paste the following CSS code to XStore >> Theme Options >> Theme Custom CSS >> Global CSS. After doing so, please clear your browser cache and check back to your site.
.single-product div#ppom-price-container table.table.table-striped {
color: #fff !important;
}
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up