Remove link logo

Hello

The normal thing, for accessibility, is to keep this link, since being anywhere on the site, as a rule, the logo is generally searched to go to the beginning.

In case you want to remove it, check your theme files, possibly you have a header.php or head.php file where the code that creates the logo is found.

However, the most practical thing is to remove the functionality of links by CSS code, try the following code:

.site-title a {
pointer-events: none;
}

You can add this code in: Settings > Customize > CSS

Cheers

Answered: 06/04/2020 6:40 pm

See also  Send e-mail in Spanish
Loading Facebook Comments ...
Loading Disqus Comments ...