This topic has 2 replies, 2 voices, and was last updated 2 years, 11 months ago ago by Rose Tyler
1. I want to change new label badge color from green to orange how can i do it
2. when i click on footer email address name it should take me mail box and paste the mail id
Hello,
1/ Add the next code in Theme Options > Theme custom CSS:
.menu-label-new>a .label-text {
background-color: #f48220;
}
.menu-label-new>a .label-text:before {border-right-color: #f48220;}
2/ https://css-tricks.com/snippets/html/mailto-links/
Regards
Tagged: bg color, click feature, footer, label, mail address, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up