prestaslo Posted October 28, 2013 Share Posted October 28, 2013 (edited) Hi, how can I add fixed picture before price? In attachmed is what I mean... I use PrestaShop 1.5.6. Best regards Edited October 28, 2013 by prestaslo (see edit history) Link to comment Share on other sites More sharing options...
Qvixx Posted October 28, 2013 Share Posted October 28, 2013 Do you have a link to your site? It has to be the same picture always, right? Link to comment Share on other sites More sharing options...
prestaslo Posted October 28, 2013 Author Share Posted October 28, 2013 Do you have a link to your site? It has to be the same picture always, right? Thanks for reply. I send you link via PM Yes, picture has to be the same. Link to comment Share on other sites More sharing options...
Qvixx Posted October 28, 2013 Share Posted October 28, 2013 you can add something like this to global.css #buy_block .content_prices { background: url(/img/logo.jpg?1382545096) no-repeat; } This example would add your logo as background. Link to comment Share on other sites More sharing options...
prestaslo Posted October 28, 2013 Author Share Posted October 28, 2013 you can add something like this to global.css #buy_block .content_prices { background: url(/img/logo.jpg?1382545096) no-repeat; } This example would add your logo as background. Just small edit: Code is in product.css line 284 Thanks! Post can be marked as solved... Link to comment Share on other sites More sharing options...
Qvixx Posted October 28, 2013 Share Posted October 28, 2013 (edited) product.css is correct I would try something like that: url("../img/shipping_logo.png") no-repeat scroll 70px 20px rgba(0, 0, 0, 0) At the moment it's 'sticking' on the top left. But that's just my personal opinion. Edited October 28, 2013 by Qvixx (see edit history) Link to comment Share on other sites More sharing options...
prestaslo Posted October 28, 2013 Author Share Posted October 28, 2013 product.css is correct I would try something like that: url("../img/shipping_logo.png") no-repeat scroll 70px 20px rgba(0, 0, 0, 0) At the moment it's 'sticking' on the top left. But that's just my personal opinion. It works just like I want... 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