Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1098439
Assign a custom link to menu logo
Closed

Comments

  •  2
    Paolo started the conversation

    Hi,


    I'd like to customize the link of the menu logo (by default, obviously, it's linked to the Front Page, as Home button), by I don't know what .php files I have to edit, and how. Could you help me? Thanks

  •  7,280
    Oliver replied

    HI!

    You need to edit:

    /wp-content/themes/scalia/header.php

    line 88 and line 119

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Paolo replied



    HI!

    Are you sure about the lines? In that file I see

    88.    <?php endif; ?>
    119.  <?php wp_nav_menu(array('theme_location' => 'primary', 'menu_id' => 'primary-menu', 'menu_class' => 'nav-menu dl-menu styled no-responsive', 'container' => false, 'walker' => new Scalia_Mega_Menu_Walker)); ?>

    I've tried to read the code, and maybe could be this?

    131. <a href="<?php echo esc_url(home_url('/')); ?>" rel="home">





  •  7,280
    Oliver replied

    Pls. check attach

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Paolo replied

    Thanks! Everything's ok.