[Cocoon] How to unlink your profile name

ubaid e alyafizi lN YctiOxpU unsplash scaled Cocoon
This article can be read in about 1 minutes.

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

Donate with Cryptocurrency!

Copied title and URL