doerakers Posted March 15, 2015 Share Posted March 15, 2015 How can I remove "More" gray button from the product list. The reason I want to remove it is just to make the page cleaner since the customer can also click on the photo. Thanks Link to comment Share on other sites More sharing options...
Paulito Posted March 15, 2015 Share Posted March 15, 2015 Hello You could use this snippet in anywhere in global.css .button.lnk_view span {display:none} this will also remove button from home page Paul Link to comment Share on other sites More sharing options...
doerakers Posted March 15, 2015 Author Share Posted March 15, 2015 Thanks but it didn't work unless I am doing it wrong? Link to comment Share on other sites More sharing options...
Paulito Posted March 15, 2015 Share Posted March 15, 2015 Hello Using PS 1.6 default theme I have just tried again with this code: .button.lnk_view span {display:none} Before http://screencast.com/t/kk4gmCs9vUj After http://screencast.com/t/lgAqrPTEtdJW Where are you placing the code? Can you supply a url? Paul Link to comment Share on other sites More sharing options...
Catadmin Posted July 13, 2015 Share Posted July 13, 2015 ..no, do not work. PrestaShop version 1.6.1.0 Shop URL http://w3cat.ru/en Any suggestion? Link to comment Share on other sites More sharing options...
vekia Posted July 13, 2015 Share Posted July 13, 2015 try to clear shop cache after modifications that you applied. Link to comment Share on other sites More sharing options...
Catadmin Posted July 14, 2015 Share Posted July 14, 2015 Thanks, Vekia, but problem is solved in another way - i put the string ".button.lnk_view span {display:none}" at end of global.css Link to comment Share on other sites More sharing options...
miki22 Posted January 11, 2016 Share Posted January 11, 2016 Thanks, Vekia, but problem is solved in another way - i put the string ".button.lnk_view span {display:none}" at end of global.css It is better to use: a.button.lnk_view {display:none}; 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