Search box in main manu.

Discussion in 'BlackBird WordPress Theme' started by trasgu, Dec 15, 2013.

Thread Status:
Not open for further replies.
  1. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Hi there folks,
    just read in the old post and found out how to delete the "search box" with CSS so I did, sadly, that empty space was not taken by my menus and the "contact" has gone down, is there a CSS way to use the "search box space" to place the contact and further pages ??

    http://awesomescreenshot.com/0d423eq1c9

    Also, how I delete the "contact details" in the right top corner??

    Thanks a lot !!
    J.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your 1st issue

    Go to header.php present in your theme directory and follow the instruction as shown in image given below

    2013-12-16_1227.png


    2.For your 2nd issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header-info {
    display: none;
    }
     
  3. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Thx Gourav, it worked just great !!!
     
Thread Status:
Not open for further replies.

Share This Page