Hello,
How do i remove this separator from Category pages?
Hello,
The separator is based on the custom entrada heading rule and is site wide, and it will be removed sitewide. For that, please go to appearance >> customize >> custom css and js >> custom css and then copy paste the code from below:
.seperator {
display: none;
}
Thank you