Desctop menu

If the menu is large, it does not fit in one line - you can add a class "desctop-menu-large" in html:

                     <header class="desctop-menu-large">
                

Menu settings

1)You can adjust the delay and smooth appearance of the submenu. In js/main.js find:
                   /* menu setting*/
			        header_menu_timeout = 200,
			        header_menu_delay = 200,
                

2)You can cancel the menu lock when scrolling. You must add a class "disabled" in html:

                    <div class="tt-stuck-nav disabled">
                

Menu fonts icon

Need to find tag a and to insert:

                 
					*here is your svg
				
				EXAMPLE ICON SVG
                

* Example of use fonts icon demo

Menu svg icon

Need to find tag a and to insert:

                 
					*here is your svg
				
				EXAMPLE ICON SVG
                

* Example of use svg icon demo

BACK TO TOP