Tagged: separator / to |
Hi.
How to replace the separator between date and author.
For example:
11/27/2019 / Vitor Fernandes
I want it like this: 27/11/2019 | Victor Fernandes
Thank you.
VF
Hi @vitor-fernandes-5238,
To change the style of separator between Date and Author then please go to “Appearance > Customize > Additional CSS” then paste the below code.
.entry-meta > div:after { content: "|"; }
Please let us know if you have any queries regarding this theme.
Thanks