Jump to content

'bestellen' button is floating on home page; how to delete?


Recommended Posts

That button is because item is out of stock and following css is applied

#center_column .products_block a.button, #center_column .products_block span.exclusive {
float:right;
margin:0.8em 5px 5px 0;
width:120px;
}



You can delete part

, #center_column .products_block span.exclusive


And paste this code after closing } of previous code.

 #center_column .products_block span.exclusive{display:none}

Link to comment
Share on other sites

Thanks Razaro,
It worked fine, the button is gone!

I don't know if it has something to do with it but, normally when a product is out of stock, a customer has the possibility to leave his email address and get informed when the product is available again.
When filling out the email address and lateron in the admin entering a new stock quantity, there is no email being sent to the customer, saying the product is available again.

Are you aware of this problem?

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