Jump to content

How to remove the "In Stock" tag ?


ehcane

Recommended Posts

Hello guys,

I'm trying to remove the green "In Stock" tag that is covering my product pictures especially on the first page.

Any advice of how to do that will be really apreciated.

My website is www.goexquisite.com

Thanks a lot!

post-1011854-0-07929900-1478192689_thumb.png

Link to comment
Share on other sites

T

 

 

You can add display: none in your product_list.css file:

.grid .product-block .availability {
    position: absolute;
    top: -30px;
    left: 0;
    display: none;
}

Thanks a lot for your help.I am quite familiar with CSS but i'm curious how did you figure it out whats the exact line.I was inspecting the page with Chrome but i didn't find that...Did you use something else or i have to start wearing glasses.

Cheers!!

Link to comment
Share on other sites

  • 3 weeks later...

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