• Hi Everybody,

    i would like to completely redesign the menubar for my website, so as to make it similar to https://www.tchoukball.it, including different blocks (see the ref. site: it has a red block at the right) and different types of links (eg: social, etc) and maybe also composing the logo as seen in the ref page. how can i do such customization? thanks!

    • This topic was modified 5 years, 4 months ago by MirkoB82.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello there,

    Free version of Sydney doesn’t such that feature by default. That should be an extra coding works, which can be done in a child theme. The file should be edited is header.php. Insert your HTML code within this block:

    
    <div class="col-md-8 col-sm-4 col-xs-12">
    	<div class="btn-menu"></div>
    	<nav id="mainnav" class="mainnav" role="navigation">
    		<?php wp_nav_menu( array( 'theme_location' => 'primary', 'fallback_cb' => 'sydney_menu_fallback' ) ); ?>
    	</nav><!-- #site-navigation -->
    </div>
    

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘Customize menu w/multiple blocks/colors?’ is closed to new replies.