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
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; }
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