I installed one of the demos. I’m making original pages, and when blocks show the Author & Date, they’re formatting as…
“Author Name x Date”
… with the “x” in the middle.
So in some blocks that don’t show the Author name, like Block 7, I get this annoying “x” before the date.
I’d rather not have the “x” between these meta tags ever.
Where can I edit or remove this character?
Thank you.
Hmmm, that didn’t seem to work. I put the code there and saved it, but the “x” is still appearing on posts and in modules.
For reference, I started with the Sound Radar demo template which shows the “x” prominently.
https://demo.tagdiv.com/newspaper_sound_radar/
Maybe there’s another css option or a particular file where I could find and delete the character?
Hi,
If you want to remove the blank space too please replace the above code with this one
-> https://www.screencast.com/t/RfUhNj9Dsxtb
.td-sound-radar .td-post-date:before{
display: none;
}
Thanks.