mr.lopez Posted September 27, 2013 Share Posted September 27, 2013 hello, good morning... who know how to change the badge "NEW" that appair when we charge a new object? .. i don't like this red Badge.. i would change it. thank you for reply Link to comment Share on other sites More sharing options...
vekia Posted September 27, 2013 Share Posted September 27, 2013 #product_list li span.new { display: block; position: absolute; top: 15px; right: -30px; padding: 1px 4px; width: 101px; font-size: 10px; color: #fff; text-align: center; text-transform: uppercase; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); background-color: #990000; transform: rotate(45deg); -ms-transform: rotate(45deg); } themes/default/css/product_list.css you need to change styles mentioned above Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now