I would like to remove the featured map time and place boxes but still leave the space available for home page widgets. please advise.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_sidebar .feature_addressbar { display: none; } .feature_sidebar .feature_map { display: none; }