Search - Location - Search List

Discussion in 'GeoCraft WordPress Theme' started by rdeshazer, May 6, 2015.

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

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    As per your quries:

    1. For [Search - Location - Search List] fields and button have a shaded boarder

    Code:
     .main_search .search_for input#search_for{
    border: 2px solid #272323;
    box-shadow: 2px 6px 23px 2px #000000;
    }
    2. For Horizontal Bar - the grey one is actually an image so if you wish to change it to black then you may need to create a image of bar with black color.

    3. Recently List photos - add black border :


    Code:
     .sidebar .review_thumb .r_thumb{
    border: 1px solid #080606;
    }
    
    4. Premium Listings page - photos need the black boarders

    Code:
     .content_wrapper .featured_content .featured_thumb img.f_thumb{
    border: 1px solid black;
    }
    .sidebar .review_thumb .r_thumb{
    border: 1px solid black;
    }
    Hope it will solve your issue.
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Hello,

    The code for number isn't exactly what I'm looking for. Please see attachment, with arrow pointing to shaded boarder.
    www.squirrlit.com
     

    Attached Files:

  4. sameerwalkar

    sameerwalkar Guest

    Hello,

    I got your concern.

    Kindly try and apply the below CSS:

    Code:
    .main_search{
      background: #CBCBCB;
      padding: 8px;
      margin-right: 157px;
    }
    Hope it will solve your issue.
     
  5. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    PERFECT!!! can you align it center.
     
  6. sameerwalkar

    sameerwalkar Guest

    Hello,

    Apply the below code:

    Code:
    .main_search{
      margin-right: 68px;
      margin-left: 87px;
    }
     
  7. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Thanks
     
Thread Status:
Not open for further replies.

Share This Page