Kunal0 Posted March 4, 2011 Share Posted March 4, 2011 hello,underneath my product images I have two links1. View ful size image 2. Print this image how can i remove both these links as I dont wnt to go through the css file deleting tons of coding which im nt sureIs their a .tpl file which mentions themHope someone can help me thanksKunal Link to comment Share on other sites More sharing options...
Dorkistan Posted January 9, 2012 Share Posted January 9, 2012 I too am searching for a way to disable those links that doesn't involve CSS. But for reference, to remove them via CSS: Open the global.css file for your active theme (.../themes/[active theme]/css/global.css). Find the following line: ul#usefull_link_block li { padding:0 0 0 5px; color:#666666; float: left;} Replace it with the following line: ul#usefull_link_block li {display:none;} This solution isn't ideal because your browser still loads the information, it's just told not to show it. 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