-
federicoCHRParticipant
Hi everyone,
I just started using WP and chose Pinboard as the theme for my new site.
I am having some problems though:– I cannot delete the search bar from the Header. I tried to remove from the widget section but nothing. Then I went to the editor and looked for the line that includes the header so that I could remove it, however I don’t find it. Here is a copy of my Header code so that you guys can see what I mean.
[URL=http://imageshack.us/photo/my-images/32/screencapture11a.png/][IMG]http://img32.imageshack.us/img32/5845/screencapture11a.png[/IMG][/URL]
Uploaded with [URL=http://imageshack.us]ImageShack.us[/URL]
– Where in the editor can I change the menu colors, fonts, etc?
Thanks
Federico
- This topic was modified 12 years, 3 months ago by federicoCHR.
- This topic was modified 12 years, 3 months ago by federicoCHR.
federicoCHRParticipantApparently i cannot edit the previous post anymore.. here is the picture with the code
http://imageshack.us/photo/my-images/32/screencapture11a.png
- This reply was modified 12 years, 3 months ago by federicoCHR.
Daniel TaraKeymasterThat area is a widget area called “Header”. If there aren’t widgets inside it, then it displays the search form and social media icons.
You can edit the menu fonts and colors under Appearance > Theme Options > Typography.
federicoCHRParticipanttried the header thing.. nothing there.
i meant the colors (of the bars) and fonts of the menu though. thanks for the answer anyway π
Daniel TaraKeymasterIf the Header area is empty then it will display the search form and social media icons. To make them disappear you need to manually delete them from sidebar-header.php.
There’s no way to change the background of the menu bar other then from style.css
bfixitParticipantI found an easy way to get rid of the deafult search box in the header. Just add a text widget with nothing contained into the header area and it goes away. Super Easy!
wpsadminParticipantYou could also just put the following code in your custom CSS area, under Theme Options > Layout:
#header input#s { display: none; }
AlexanderParticipantI wrote a tutotrial to change the colors of the bar and the menu:
http://www.mouseclick.com/tutorials-2/adjust-the-navigation-bar/
Maybe it will help you.
Cheers,
Alexander @ http://www.mouseclick.com
Tagged: header search menu customization
You must be logged in to reply to this topic.