Regarding Theme Layout Design

Discussion in 'GeoCraft WordPress Theme' started by bkumble, Feb 6, 2013.

  1. bkumble

    bkumble Guest

    Joined:
    Jan 22, 2013
    Messages:
    15
    Likes Received:
    0
    Hi All,

    For time being i am planning to make my Website as Static(No Business Listings). I mean i dont want to display 'Location' or 'Listings' area in PAGES(See Image). After some days i will add Business Listings into this Website.
    Now i have created Few pages in this i have added only Contents and few images related to my work.
    Also i have created one more page, I named it as "Skills'. Here i want to show Some Listings and all related to GeoCraft. search.png
    so suggest me how i can do this.

    Thanks
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    To remove search fields paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .main_search {
    display: none;
    margin-top: 0px;
    }
    .header_wrapper {
    min-height: 210px;
    padding-bottom: 0px;
    }
     
    bkumble likes this.
  3. bkumble

    bkumble Guest

    Joined:
    Jan 22, 2013
    Messages:
    15
    Likes Received:
    0
    Hi Nitesh,

    I have added your code in Styles. It is working properly.
    But also i want search area in Only One Specific page.
    Please guide me to complete this work.

    Thanks
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    All pages in the theme sharing same header file. So it is not possible to hide search field from a particular page.
     

Share This Page