Hi, How to modifiy or delete the text in the author box at the bottom of an article? I mean the text between name/function and the social icons.
gcoral Hi
You can use this custom css rule to hide it:
.item-page .author-block .author-about-me { display: none; }
But is it possible to also modify the text instead to hide it ?
Of course, you can go to Users section in Backend: /administrator/index.php?option=com_users&view=users
Users
and edit the associated user >> navigate to User Info tab and edit info there:
User Info
Thank you for your answer but it was what I made.
But the problem that I don't see the Field "About me" !
Strange isnt it ?
You can share me the URL + super admin account of your site, I will take a look.
I founded... The field "About Me" was disabled in the Plugin -> User Fields.
Now the field is enabled in the User Info.
Thank you.