"Post Your Business Listing at $26" button

Discussion in 'GeoCraft WordPress Theme' started by snappster, Aug 28, 2013.

  1. snappster

    snappster New Member

    Joined:
    Aug 26, 2013
    Messages:
    7
    Likes Received:
    0
    Hi,

    I would like to know how to do the following'

    1. Change the colour of this button.

    2. Temporarily stop it from being visible.

    Thanks
     
  2. 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;
    }
    Inplace of "red" put your color code.

    2.For your second issue

    Paste this code in Custom CSS
    Geocraft Settings > Theme Options > Styling Option > Custom CSS
    Code:
    .header_wrapper .header .post_btn {
    visibility: hidden;
    }
     
  3. snappster

    snappster New Member

    Joined:
    Aug 26, 2013
    Messages:
    7
    Likes Received:
    0
    Thank you, I was sent an email two days ago about your team importing the CSV file I sent them into my theme. Time is skipping on and I haven't seen anything added on the theme, please check with Harmeet.

    Thanks you

    A
     

Share This Page