Jump to content

how to change badge "new" object


mr.lopez

Recommended Posts

#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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...