Home Forums WoodMart support forum Pages question Reply To: Pages question

#160899

Hello,

2. Please add this code to the Theme Settings > Custom CSS > Global:

body .woodmart-entry-meta .meta-author {
display:none;
}
body .woodmart-post-date {
        display:none;
}
body .woodmart-entry-meta .meta-reply {
display:none;
}
body .hovered-social-icons {
display:none;
}

Best Regards