Home › Forums › Basel support forum › Greeting message › Reply To: Greeting message
December 6, 2019 at 11:29 am
#161530
fabioweb
Participant
Ok sorry for repost i fixed in this way.
Should be possible to display also in .top-bar-right ?
/*******CIAO UTENTE DOPO LOGIN******* */
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’,
)
)
),
);
}`
`