Can you change the color of the Add your listing button at the top of the page?

Discussion in 'GeoCraft WordPress Theme' started by singlemum, Sep 1, 2013.

  1. singlemum

    singlemum Member

    Joined:
    Apr 19, 2013
    Messages:
    58
    Likes Received:
    0
    Hi, I have a new logo ordered with a colour accent. I would like to theme the page a little to the colour - Can you change the colour of the "Add your listing" button at the top of the page?
     
  2. singlemum

    singlemum Member

    Joined:
    Apr 19, 2013
    Messages:
    58
    Likes Received:
    0
    ALSO, the top dashboard colour bar, at the very top?

    Thanks again!
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

    Paste this code in Custom CSS
    Geocraft Settings > Theme Options > Styling Option > Custom CSS

    Code:
    .header_wrapper .header .post_btn .btn_center{
    background:red;
    border-radius:5px;
    }
    .header_wrapper .header .post_btn:hover .btn_center{
    background:red;
    opacity:.9;
    }
    .header_wrapper .header .post_btn .btn_left{
    background:none;
    }
    .header_wrapper .header .post_btn .btn_right{
    background:none;
    }
    .header_wrapper .header .post_btn:hover .btn_right{
    background:none;
    }
    .header_wrapper .header .post_btn:hover .btn_left{
    background:none;
    }

    2.For your second issue

    Paste this code in Custom CSS
    Geocraft Settings > Theme Options > Styling Option > Custom CSS
    Code:
    .top_strip{
    background:red;
    }

    Inplace of "red" put your color code.
    This will solve your issue.
     
  4. singlemum

    singlemum Member

    Joined:
    Apr 19, 2013
    Messages:
    58
    Likes Received:
    0
    Thank you very much, will try!
     

Share This Page