Home › Forums › WoodMart support forum › Split: Deletion of some functions › Reply To: Split: Deletion of some functions
November 17, 2023 at 3:58 pm
#513233
Elise Noromit
Member
Hello,
If you want to remove the title, please add this custom CSS to the Theme Settings > Custom CSS > Global:
@media (min-width: 1025px){
.title-size-default .title {
display:none;
}
}
.wd-back-btn.wd-style-icon>a {
display:none;
}
If you have any questions please feel free to contact us.
Best Regards