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.