ehcane Posted November 3, 2016 Share Posted November 3, 2016 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! Link to comment Share on other sites More sharing options...
Daresh Posted November 3, 2016 Share Posted November 3, 2016 You can add display: none in your product_list.css file: .grid .product-block .availability { position: absolute; top: -30px; left: 0; display: none; } 1 Link to comment Share on other sites More sharing options...
ehcane Posted November 3, 2016 Author Share Posted November 3, 2016 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 More sharing options...
Daresh Posted November 3, 2016 Share Posted November 3, 2016 Nothing else, just chrome Link to comment Share on other sites More sharing options...
ehcane Posted November 3, 2016 Author Share Posted November 3, 2016 (edited) Nothing else, just chrome Thanks a lot!What about this one http://www.goexquisite.com/tshirts/1-faded-short-sleeves-tshirt.html Same problem, the IN STOCK tag EDIT: Problem solved,Thanks for your help!! Edited November 3, 2016 by ehcane (see edit history) Link to comment Share on other sites More sharing options...
Daresh Posted November 3, 2016 Share Posted November 3, 2016 On the product page, I'd rather remove the whole paragraph from product.tpl. Link to comment Share on other sites More sharing options...
Neustart Posted November 20, 2016 Share Posted November 20, 2016 Which paragraph would this be, Daresh? I don't want to remove to much ... ;-) but I want to get rid of that sign too. My products are always available, because they are download products. Isn't there any other way to disable the tag? Link to comment Share on other sites More sharing options...
Daresh Posted November 20, 2016 Share Posted November 20, 2016 Everything with the "availability" class like: <span class="availability"> 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