There is a problem where the name in the profile section of Cocoon articles is turned into a link, and I will show you how to remove it. Add the following CSS to Add CSS and save it.
.author-box .author-name a {
text-decoration: none;
color: #333;
pointer-events:none;
cursor:default;
}
Comment