Recent Topics

1 Dec 22, 2008 05:48    

My b2evolution Version: 2.x

Hi guys

I've edited the Iced skin to within an inch of it's life, so that it fits in with the style of our family website. Unfortunately, despite the fact that the search widget on the blog is disabled, I cannot seem to work out how to remove the top search included in the skin.

I can see this bit in the CSS:
}

#topsearch {
float: right;
padding: 40px 20px 0px 0px;
}

I've done a few searches on this forum, google and had a look through the b2evo manual, but I can't seem to find a solution.

I want to have the normal search bar, but not this stupid one as it's destroying the look of our nice header. :(

Any help and suggestions would be appreciated.

Thanks,
Kerry

2 Dec 22, 2008 06:56

try
#topsearch {display:none;
}

3 Dec 22, 2008 11:22

Ah, cheers John - that did the trick!

Thank goodness for the speed of the web-developer firefox addon :D


Form is loading...