Hi there I've recently set up a site for my son-in-law & he'd like the address & map section removed as they're not relevant to his business. So, which section of code do I need to remove?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_addressbar { display: none; } .feature_map { display: none; } This will solve your issue. Thanks & Regards Gourav Shrivastava
Hi Gourav, can you please provide a complete list of Custom CSS codes available? It'll be nice to have readily available when needed instead of spending hours looking into these forums. Thanks much.