Hi, My client want to remove appointments section from the site. How can I do this? this in the website www.bahamasacupuncture.com thk, C
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS For appointment form Code: .ink-container { display: none; } For address and map Code: .feature_sidebar .feature_addressbar { display: none; } .feature_sidebar .feature_map { display: none; } Thanks & Regards Nitesh Raghuwanshi
Hi, thanks for help. I put the code in the site but it is possible to remove also the grey appointments section. The code you gave me empty the section. C
Hello, Please try this one Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .appointment_wrapper .appointment_form_wrapper{ display:none; } You can also add widgets in that area from Appearance > widgets > homepage sidebar widget area Thanks & Regards Nitesh Raghuwanshi