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?
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.