Homepage Edits

Discussion in 'GeoCraft WordPress Theme' started by rdeshazer, Apr 29, 2015.

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

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    1. Top Header - The top header background color is dark grey, I would like it to be "black".

    2. [Search] [Location] "Search Listing" Area - The background of this area is white, I would like it to be "black".

    3. Website Body Area Font Color - currently the website body font color is black & grey, I would like it to be "white".

    4. News Menu Link - The drop-down links "Articles" & "Videos" are grey and the background is a light gray. "Articles" & "Videos" should be red and the background color should be black.

    5. SMALL BUSINESS PREMIUM LISTINGS - This has a white background, can it have a transparent background so that it blends into the image, and be in a white bold font.

    www.squirrlit.com

    Thx
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    1>
    Code:
    .header {
      background: black !important;
    }
    .top_strip {
      background: black !important;
      border-bottom: 1px solid rgb(57, 52, 52);
    }
    2>
    Code:
    .main_search .search_for input#search_for, .main_search .search_location input#search_location {
      background: black !important;
    }
    3> & 5>
    Code:
    body, div, p, h1, h2, h3, h4, h5, h6, span, a {
      color: white !important;
    }
    span.info_detail {
      background: black !important;
    }
    4>
    Code:
    .ddsmoothmenu ul li a span {
      color: red !important;
    }
    ul.sub-menu li a span {
      color: red !important;
    }
    #menu .ddsmoothmenu li li a {
      background: black !important;
    }
    Thanks,
    Praveen
     
  3. rdeshazer

    rdeshazer Member

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

    For number 2 I'm referring to the outer background of the search area, not inside the search fields. the outer background is white and should be black.
     

    Attached Files:

  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header_wrapper {
      background: black !important;
    }
    Thanks,
    Praveen
     
  5. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    thanks, also would like the "Search Listing" button to be RED not grey.
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .main_search #searchsubmit {
      background: red !important;
      border-bottom: 2px solid rgb(181, 6, 6) !important;
    }
    Thanks,
    Praveen
     
  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