This topic has 6 replies, 3 voices, and was last updated 9 years, 5 months ago ago by Robert Hall
Hi,
can I change the background color of the “new” or “sale” button?
https://dl.dropboxusercontent.com/u/3502821/button.jpg
Jan
Hello,
To change the background color of the “new” or “sale” icon add this code to custom.css file:
.type-label-1 {
background: rgba(121, 121, 121, 0.9) !important;
}
Change rgba to values you need. You can determine these values using this site http://www.css3maker.com/css-3-rgba.html
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Best regards,
Jack Richardson.
thanks! How do I change font of the text on the button?
Hello,
You can use this code in custom.css file
.type-label-1 {
font-family: Helvetica;
}
Regards,
Robert Hall.
Thank you!
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘color button "new"’' has been successfully resolved, and the topic is now closed for further responses