Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #362605

    How do I remove the metadata separator? Currently it is a ” / ” — I’d like to be able to modify or change this. Thanks

    #362977

    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

    #363729

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove / meta separator’ is closed to new replies.