How Can I get Yellow Color for GeoCraft Theme?

Discussion in 'GeoCraft WordPress Theme' started by bizrelated, Apr 24, 2013.

  1. bizrelated

    bizrelated New Member

    Joined:
    Feb 23, 2013
    Messages:
    1
    Likes Received:
    0
    I notice that GeoCraft Theme doesn't offer a Yellow Theme color which I need to create an online yellow pages with GeoCraft? How can I achieve this, I'm not technical?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Go to
    Geocraft settings > Theme options > Styling options and select orange color from there.

    Then,


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


    Code:
    .header_wrapper .header {
    background: rgb(199, 148, 40);
    }
    .top_strip {
    background: rgb(181, 125, 7);
    }
    .footer_wrapper {
    background: rgb(199, 148, 40);
    }
    And for "SEARCH LISTING" image
    Go to the
    geocrafttheme\css\color\images
    and edit "orangeshbtn.png" through Photoshop or any other image editing tool.
    Change it's color and save it with the same name.
     
    rogerb likes this.

Share This Page