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
November 2, 2019 at 6:23 am
#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.