natebc Posted June 16, 2016 Share Posted June 16, 2016 Hello, We are looking for help on how we can remove an Print Icon (button)"usefull_link_block"? Here is a link to an page WEB SITE LINK Natebc Link to comment Share on other sites More sharing options...
Rolige Posted June 16, 2016 Share Posted June 16, 2016 You can hide it through CSS code in the global.css or in the product.css, just paste this code at the end of file: #product #usefull_link_block { display: none; } 1 Link to comment Share on other sites More sharing options...
natebc Posted June 16, 2016 Author Share Posted June 16, 2016 Thanks COTOKO, For your help. I place the code into the global.css file and it worked. Natebc 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