I want to remove both the tap to call button and the lead generation form. Here is the CSS code I am using (taken from this forum). .caption { display: none; } div.header-info img { display: none; } The form has disappeared, but the tap to call button is still there. Any suggestions? Thanks for your help. Don McCauley
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header-info{ display:none; } Thanks & Regards Gourav Shrivastava
Ok, still not working. This is the code I have entered, and the button is still there: .caption { display: none; } .header-info{ display:none; } Thanks for you help, Don
Hello, You are using "Blackridertheme" and this thread is for "Blackbirdtheme". That's why code given above is not working. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .call-us { display: none; } Thanks & Regards Nitesh Raghuwanshi