Hello all! Wondering if there is a way that I can customize the header area of geocraft, I am not a coder. I would also like to change the image button. Can you take one look for me at www.gimegamarketing.com? I am uploading a screenshot of what it looks like now. I am having a custom logo made. I adjusted the size of the logo on the site now, it is a bit big, I would like to make it a bit smaller but not very much. Any help you can give me is appreciated. Thank you, Julie
Hello, 1.For your first issue Paste this code in Custom CSS Geocraft Settings > Theme Option > Styling Option > Custom CSS Code: .header_wrapper .logo_wrapper .logo img { width: 72%; } Adjust its value as per your requirements. 2.For your second issue Paste this code in Custom CSS Geocraft Settings > Theme Option > Styling Option > Custom CSS Code: .header_wrapper .header .post_btn .btn_center{ background:red; border-radius:4px; } .header_wrapper .header .post_btn .btn_left{ display:none; } .header_wrapper .header .post_btn .btn_right{ display:none; } .header_wrapper .header .post_btn .btn_center:hover{ background:red; border-radius:4px; opacity:.9; }