Changing the color of the "Submit Listing" Button

Discussion in 'GeoCraft WordPress Theme' started by zessop786, Jun 25, 2014.

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

    zessop786 Member

    Joined:
    Jun 4, 2014
    Messages:
    66
    Likes Received:
    1
    Location:
    Johannesburg
    I'd like to change the color of the "Submit Listing" button that appears on the Home page in the right top corner.
     
  2. Nitesh

    Nitesh Support Staff

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

    For it you need to edit images.
    Go to the geocrafttheme > images > post-btn-center.png, post-btn.png.
    You can edit images through Photoshop or any other image editing tool.

    Or you can use color in place of images.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header_wrapper .header .post_btn .btn_center {
    background: YOUR COLOR VALUE;}
    .header_wrapper .header .post_btn .btn_left {
    background: YOUR COLOR VALUE;}
    .header_wrapper .header .post_btn .btn_right {
    background: YOUR COLOR VALUE;}
    
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. zessop786

    zessop786 Member

    Joined:
    Jun 4, 2014
    Messages:
    66
    Likes Received:
    1
    Location:
    Johannesburg
    Thank you Nitesh:)
     
Thread Status:
Not open for further replies.

Share This Page