Jump to content

How to add fixed picture before price?


Recommended Posts

 

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

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

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...