Jump to content

Remove view full size image link underneath product image


Kunal0

Recommended Posts

hello,
underneath my product images I have two links
1. 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 sure
Is their a .tpl file which mentions them

Hope someone can help me thanks

Kunal

Link to comment
Share on other sites

  • 10 months later...

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

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