PDA

View Full Version : How to hide this?


benchmarc
Nov-20-2007, 01:07 AM
Hi fellas... hope some kind soul can help me out with this. I have customised whatever i want to. Left with removing the part circled in red. Its kinda ugly so how to you hide it? Thanks!
http://i157.photobucket.com/albums/t52/benchmarc_photography/1.jpg

Barb
Nov-20-2007, 06:15 AM
Hi fellas... hope some kind soul can help me out with this. I have customised whatever i want to. Left with removing the part circled in red. Its kinda ugly so how to you hide it? Thanks!
http://i157.photobucket.com/albums/t52/benchmarc_photography/1.jpg

Hi :)

Add the following to your CSS code in your customization:

.category_CLIENTS #breadcrumb {display: none;}

That will remove what you want from that page.

benchmarc
Nov-20-2007, 09:40 AM
Nice!! Thanks!