Greetings,
I’m having trouble removing the last ‘/’ in the blog post on the home page
Screenshot
Site link
I’ve added this to the quick css to no avail:
.single .text-sep.text-sep-cat {
display: none; !important;
}
Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.blog-categories + .text-sep-cat {
display: none;
}
Best regards,
Yigit
Thanks Yigit, this perfect! you can close.