Change or remove the logo link

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14123

    Hi, is it possible to entirely remove the logo link? Changing the logo link by changing the home URL in the settings is not a good idea because Google will get the wrong impression of the site. Thank you.

    #14130
    Veena
    Moderator

    You can remove the logo link in file framework/functions/header-title-area.php .
    I dont know the reason why you want to do so but you can also try using the below custom CSS in themeoptions –

    #site-logo {
      pointer-events: none;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.