[Cocoon] How to unlink your profile name

avatar
Share This:

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;
}

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

5 × 2 =