Search field in Header and menu customization

Viewing 9 posts - 1 through 9 (of 9 total)
  • #6366
    federicoCHR
    Participant

    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.
    #6369
    federicoCHR
    Participant

    Apparently i cannot edit the previous post anymore.. here is the picture with the code

    http://imageshack.us/photo/my-images/32/screencapture11a.png

    click here to see image

    • This reply was modified 12 years, 3 months ago by federicoCHR.
    #6456
    Daniel Tara
    Keymaster

    That 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.

    #6458
    federicoCHR
    Participant

    tried the header thing.. nothing there.

    i meant the colors (of the bars) and fonts of the menu though. thanks for the answer anyway πŸ™‚

    #6479
    Daniel Tara
    Keymaster

    If 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

    #6498
    bfixit
    Participant

    I 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!

    #6793
    Zaubermaus
    Participant

    Thanks bfixit!
    Simple solution that did the trick.

    #13171
    wpsadmin
    Participant

    You could also just put the following code in your custom CSS area, under Theme Options > Layout:

    #header input#s { display: none; }

    #13217
    Alexander
    Participant

    I 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

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.