Looking at how to change the Featured and Spotlight icons
Is there a way to change the Featured and Spotlight product image icons? If so how and where? Thanks!
0
-
Official comment
To change the text of the flags:
The product flag is actually not an image but a block using
.product-flag { width: 150px; height: 150px; display: none\9; line-height: 1.5; }
.product-flag span { background: #65A9E0; color: #fff; text-align: center; display: block; position: absolute; width: 100%; }
.product-flag.top span { bottom: 0; }
.product-flag.bottom span { top: 0; }in the style.css files.
-
I would like to be able to do this as well!
0
Please sign in to leave a comment.
Comments
2 comments