August 27, 2019 at 1:06 pm
#67179
Theme Horse Support Team
Keymaster
Hi @rebelsnotes,
please go to Appearance > Customize > Additional CSS and again add the below custom css code to the end
.entry-meta .date:after,
.entry-meta .author:after,
.entry-meta .comments:after{
display: none;
}
.entry-meta .author:before,
.entry-meta .comments:before {
content: "/ ";
}
Thanks