How to remove the slash after author name
-
Hey guys, in my website https://teckalacarte.com I tried to remove the dates and I did this.
.entry-date { display: none; }
After that what I am seeing is the details are coming as a bit weird. The details now comes as “In categories By Author / /Leave a comment”.
What is annoying is the two slashes after the Author name. I am willing to remove one of them and tried the below code but does not work.
.meta-sep { display: none; }
Even I have tried this as well but no luck.
.entry-meta-bottom .entry-meta-sep { display: none; }
Please advise how can I achieve this.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to remove the slash after author name’ is closed to new replies.