Forums
Forums / Themes and Templates / Removing stuff using CSS
(@diomedes)
13 years, 6 months ago
I need help removing some of the header stylings in my blog – the search bar and the thing that starts with “#” next to the title. Appreciate any help.
(@wpyogi)
Try this in your CSS file:
#header #sideHeader { display: none; }
That was fast! Thank you. But how about the search bar?
Oh sorry, I thought that would get both, but guess not, so try this:
#searchform { display: none; }
Perfect. Thanks very much, appreciate the quick help.
The topic ‘Removing stuff using CSS’ is closed to new replies.