How do I remove the metadata separator? Currently it is a ” / ” — I’d like to be able to modify or change this. Thanks
Hi kristenangel!
Please go to Enfold/includes and open loop-index.php file and search “text-sep” and change / as needed.
If you would like to remove it, please add following code to Quick CSS
.text-sep {
color: transparent!important;
}
Regards,
Yigit
Thank you!