Home Forums Basel support forum My account links

My account links

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

    moonzkie22
    Participant

    Hi,

    I would like the My account links to show on the upper right side (on top of the cart icon). How can I do this, please?

    Thank you.

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

    Artem Temos
    Keymaster

    Hi,

    By default, this header layout doesn’t have Login/Register link. But you can add it manually placing the following code snippet to the functions.php file in the child theme.

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

    Regards

    #55515

    moonzkie22
    Participant

    Hi,

    It doesn’t seem to be working.

    I want it right beside MY ACCOUNT & LOGIN/REGISTER top menu.

    Thank you.

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

    Bogdan Donovan
    Keymaster

    Hello,

    Could you please provide some screenshots of the final desired look of my account links position in the header. So that we can better understand how to arrange the elements.

    Kind Regards
    XTemos Studio

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