Home Forums Basel support forum Moving the menu items to the top right banner

Moving the menu items to the top right banner

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #4413

    852cmd
    Participant

    Hi,

    What a beautiful theme and it’s so easy to set up! Thank you!

    Got a question – how can move the icons that’s on the right menu such as Cart (as is with the icons) to the top right banner?

    Please see screen shot: http://852cmd.com/bny-screen-shot.png

    Thanks,
    852 CMD

    #4433

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for using our theme.

    Unfortunately, there is no such header layout in our theme and you will need to customize header.php file for this purpose. Theme support doesn’t include additional customization but here is just a hint for you: code snippet that you can place into the top bar area to show icons from header. Hope this will help you

    basel_process_child( array(					
    		'right-column' => array(
    			'header_links',
    			'search',
    			'wishlist',
    			'cart',
    		)
    	) 
    ) ;

    Regards

    #4443

    852cmd
    Participant

    Thanks! Exactly where I should put the code in the header.php file? Please let me know

    #4447

    Artem Temos
    Keymaster

    You can try to put it inside the top bar div <div class="topbar-menu">

    #4456

    852cmd
    Participant

    Sorry that didn’t work… please help!

    #4461

    Artem Temos
    Keymaster

    But you must wrap this code inside <?php ?> tags. We suggest you to hire a developer for such things like additional theme customization. These tasks may require some coding skills and to not break your web-site we really advice you to hire somebody for help.

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)