Home Forums Nirman Constructions Remove 'Published Date' and Social links on Services or Blog Pages Reply To: Remove 'Published Date' and Social links on Services or Blog Pages

#23638
User Support
Participant

Hello Tahnee,

Kindly add following css in Dashboard >> Appearance >> Customize >> Additional css

#innerpage-box .single_post .post-date-publishable {
display: none;
}
.socialMedia {
display: none;
}

Thank You.