Does any body know what CSS I need to increase to make these labels bigger? I want to add a word like limited but there isn’t enough space.
2 answers
Go to this File: /skin/frontend/default/jm_hawkstore/css/styles.css
Find this code and increase the width:44px to any size and also change the background image
Code:
.products-grid .product-image .label { position: absolute; width: 44px; height: 25px; line-height: 20px; background: url(../images/icon_hot.png) no-repeat right top; top: 0; right: 0; color: #fff text-align: center; text-transform: uppercase; font-weight: bold; font-size: 11px; }
Thanks, I found this to perfect for my needs: http://techdem.centerkey.com/2013/01…rotate-45.html Attachment 39240
This question is now closed