MORE HELP FOR THE LABELS.
-
I would need to change the text color of the labels on the site; I thought I could do it through the theme settings options but every attempt failed. Could you help me please?
Thanks to the availability.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. To change the color of the sale label you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-label.onsale {
background-color: red;
}
You can adjust the color according to your needs.
Best Regards.
Thanks for the quick response, but maybe there was a misunderstanding; the background of the labels can be easily changed from the sitting options, but my question was about changing the color of the text inside the labels (as indicated in the PDF containing the screen-shots). To be clear, for example: the wording -20% which now appears in white, I would like it to be written in black.
Thanks again for the support, good job.
Hello,
Please replace the previous code with the following code in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-label.onsale {
color: red;
}
This will change the text color.
Best Regards.
Most Welcome :-)
If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.
Thanks for contacting us.
Have a great day :-)
Topic Closed.
Best Regards.
The topic ‘MORE HELP FOR THE LABELS.’ is closed to new replies.