Hi,

I am trying to theme weblinks to adapted to my own theme, but I am not able to find out how to remove the lines around the each taxonomy in weblinks view.

anybody having a tip how to get rid of them (div id, name or similar that I could style with CSS)?

thanx!

psc

Comments

nancydru’s picture

I think you're talking about the fieldset border? That's in the CSS. Put something like this in your theme's style.css:

.weblinkCat fieldset.collapsible {
  border: 0;
}
nancydru’s picture

Status: Active » Fixed
metabits’s picture

once again...

1000 thanx!

rmiddle’s picture

psc,

Might want to check out the two new CSS files we have upload in the -dev versions. The basic one is bare min. of css that might work better with your theme.

Thanks
Robert

nancydru’s picture

Status: Fixed » Closed (fixed)