Remove text from article author line

Posted in: Newspaper
Post count: 12

Hi guys,

I’m trying to remove the – from the author credit on articles. So instead of saying ‘By Author Name -‘ it will just say ‘By Author Name’.

Unfortunately said dash is text built into the code and no CSS trick I do seems to hide it. Was wondering which backend file do I need to edit to remove it as I can’t find which one I need to adjust.

Post count: 22421

Hello,

Actually you can hide it with css.
For the – on a post page:

.td-author-line{
display:none!important;
}

For the one on modules/blocks:

.td-post-author-name span{
display:none!important;
}

Thank you!

Post count: 12

Nope, tried both – neither worked. There is no td-author-line CSS value to adjust, the span one doesn’t work and I want to keep the ‘By’ bit before the name – only get rid of the dash. Is there a backend file I can adjust?

Post count: 22421

Please provide a link to your site so I can inspect it. You may be using an older version of the theme.
Thank you!

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