Hi there – on blog posts, the client only wants the date to show. We have turned off categories and author. However, a trailing slash “/” remains. How can we remove / block this using custom CSS?
Thank you in advance for your help. A sample link is in the private content.
Hi charger70!
Please add following code to Quick CSS
.single .text-sep-date {
display: none!important;
}
Best regards,
Yigit
Hey charger70!
Add this to your custom CSS.
.post-meta-infos .text-sep {
display: none;
}
Best regards,
Elliott
thank you both!!! perfect!
Hi!
Glad it was solved.
I am cosing the ticket here, feel free to open a new one if needed!
Regards,
Basilis