/* Code to change page width START */
.zoneInner, .zoneWrap, .zoneInner > .WaPlaceHolder { max-width: 1200px; }
/* Code to change page width END */

/* Code to remove author name from recent blog list */
.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author {
 display: none;
}

<--
/* Code to remove social login buttons */
.WaGadgetRecentBlogPosts ul li .date { display: none; }
-->

/* Code to remove post date and time from recent blog list */
.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
} 

/* Code to remove the buttons from private member profiles */
#socialLoginContainer, #idSocialLoginContainer {
	display: none;
} 