Changin WC Product Widget Customization
-
the Wc Product Widget Product Price is not visbile, so i want to change the price font color how can i change that?
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page URL so I will check and give you a custom CSS code?
Best Regards
here url : https://mirageglim.com/
the element is at bottom of the page
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.price .amount {
color: rgb(195, 147, 91);
}
Best Regards.
can i change the Regular price and it’s cross line to diffrent color?
Attachments:
You must be
logged in to view attached files.
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.price del .amount {
color: #FF0000;
text-decoration-color: #f00000;
}
Best Regards
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Changin WC Product Widget Customization’ is closed to new replies.