Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to remove category image


fabian2005

Recommended Posts

I commented out the line that calls the image, I can't remember exactly where it was off hand though. It's a easy task.

Steve

I appreciate all the help that everyone on this site has given me!

Link to comment
Share on other sites

.pageHeading img { display:none; }

 

in the stylesheet

 

Burt,

I didn't see that line anywhere in my stylesheet? I should be looking at the one under httpdocs/catalog/...correct?

Steve

I appreciate all the help that everyone on this site has given me!

Link to comment
Share on other sites

  • 1 month later...
Burt,

I didn't see that line anywhere in my stylesheet? I should be looking at the one under httpdocs/catalog/...correct?

 

You could just add something like this to the bottom of the CSS document?

 

/* Custom styles */

 

.pageHeading img { display:none; } /* Added 2/8/2009 */

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...