How can I remove the 'x' between author name and post date? (separator)

Posted in: Newspaper
Post count: 13

I would love to know how to remove the little ‘x’ before the post date on my homepage/posts. (https://futurebangers.com)
I’m using a child theme.
Thanks in advance for your help!

Post count: 1341

This is your modifications.
Disable child theme.

Post count: 13

And how is that going to help?
I’m sure that this issue can be resolved through css code.
Do you NOT use a child theme for some reason? I’d love to hear.

Post count: 623

Hello @jessehollar
To remove x before the date, add following code in Theme panel >> custom code >> custom CSS

.td-sound-radar .td-post-date:before {display:none;}

Thank you for your understanding.

Post count: 13

Perfect. Thank you so much!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.