Home Forums Basel support forum change mobile header

change mobile header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #267297

    nikosvl97
    Participant

    Hello, i would like to change the mobile header i am using the “simple” header and i added that code on functions.php on child theme so the account icon could show up. On the 2 screenshots i am showing you how i would like to have the header on the top and if possible and the menu template. please help me .

    add_filter( 'basel_header_configuration', 'basel_custom_header_configuration', 1, 1 );
    function basel_custom_header_configuration() {
    		return array(
    			'container' => array(
    				'wrapp-header' => array(
    					'logo',
    					'main_nav',
    					'right-column' => array(
    						'header_links',
    						'search',
    						'wishlist',
    						'cart',
    						'mobile_icon',
    						
    					)
    				)	
    			),
    		);
    }
    
    
    Attachments:
    You must be logged in to view attached files.
    #267369

    Hello,

    Please remove the code and try this one:

    add_filter( 'basel_header_configuration', 'basel_custom_header_configuration', 1, 1 );
    function basel_custom_header_configuration() {
    		return array(
    			'container' => array(
    				'wrapp-header' => array(
    					'logo',
    					'main_nav',
    					'right-column' => array(
    						'header_links',
    						'search',
    						'wishlist',
    						'cart',
    						'mobile_icon',
    					)
    				)	
    			),
    		);
    }

    Best Regards

    #267421

    nikosvl97
    Participant

    on the phone is not changing.On the phone i want to be like in the previous photos. I see only on computer but i want to remove the text ” Hello, admin” . I dont want it to appear at all.

    Attachments:
    You must be logged in to view attached files.
    #267556

    Hello,

    Please increase the Right column width https://prnt.sc/zymavf in the Theme Settings > Header > Header Layout.

    Best Regards

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