Home › Forums › Basel support forum › How can I hide informations in blog? › Reply To: How can I hide informations in blog?
September 15, 2019 at 8:53 pm
#144080
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.blog-post-loop.post-single-page .entry-title {
margin-top:60px!important;
}
.basel-dark .type-post .entry-meta li.meta-author {
display:none;
}
Best Regards