Remove – after author

Posted in: Newsmag
Post count: 21

Dear TagDiv,
How to remove “-” after author?

Pic: https://prnt.sc/uhgAeVHf2XVw

Post count: 35449

Hi,
The “-” from the post can be removed only using custom css. You can use this code:
.single .td-post-author-name .td-author-line {
display: none;
}

The code need to be set in the theme panel > custom code> custom css.
In case that you are using mobile theme plugin, then please set the code in the theme panel > mobile theme > custom code> css too.
I hope this will help you!

Post count: 21

Thanks Calin

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