Home Forums WoodMart support forum Split: Deletion of some functions Reply To: Split: Deletion of some functions

#513233

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