-
Author
Tagged: woocommerce, new-badge, new badge color
-
February 1, 2015 at 20:18 #44291NormanParticipant
I need to change the color of the woocommerce new-badge
I already found your reply for it under this link, but in my case it doesn’t work
https://archived.seventhqueen.com/forums/topic/how-to-change-woocommerce-colors-for-new-badge-on-product-imagei used this code in my child style.css
COPY CODE.woocommerce span.new-badge, .woocommerce-page span.new-badge { background: #ff00b4; color: #fff; }
any ideas what could be wrong ?
February 1, 2015 at 20:20 #44292NormanParticipanti used it like this: (no
)
.woocommerce span.new-badge,
.woocommerce-page span.new-badge {
background: #ff00b4;
color: #fff;
}
February 1, 2015 at 20:45 #44293sharmstrModeratorThis works for me
COPY CODE.woocommerce ul.products li.product .new-badge, .woocommerce-page ul.products li.product .new-badge { background: red; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 1, 2015 at 21:24 #44295sharmstrModeratortry background: red !important;
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 1, 2015 at 21:48 #44298sharmstrModeratorThen its has to be a caching issue. I know for sure the code works. I’ve used it on my sites.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.