Single Post Author Box : how to remove the link on the name and picture

Posted in: Newsmag
Post count: 122

Hi
I do not want reader to click on my picture or my name to have access to informations I do not want to show.
How to remove the link on the name and picture?
Thanks

Post count: 35449

Hi,
The only way to do this is with a custom css, you can try this one:
.author-box-wrap{ pointer-events: none; cursor: pointer; }
Set the css in the theme panel > custom code> custom css.
Thank you!

Post count: 122

Hi calin
I paste your code: .author-box-wrap{ pointer-events: none; cursor: pointer; }
But no effect

Post count: 122

I found an other way. Please close the case.

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