Home Forums Basel support forum how to show my account/logout display in my design

how to show my account/logout display in my design

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

    [email protected]
    Participant

    how to show my account/logout display in my design example image attached.

    in my link design not coming.
    https://divinarebh.com/projects/nyc1

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

    Hello,

    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'
    			)
    		)	
    	);
    }

    Best Regards

    #174298

    [email protected]
    Participant

    Dear Basel Theme Support after this code past in css this result come result come like this example images attach 1.cccc.jpg after youse this css code come

    2 image style i need 122333.jpg is mine requirement i need without bg color

    thanks please send fast thanks

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

    Hello,

    Try to set different header layout with a combination of the code and when you find the best configuration we shall correct the rest with CSS

    Best Regards

    #174381

    [email protected]
    Participant

    Dear you are support of what you have to guide me from long time suppring from my header simple style .

    kindly advice please really need.

    #174485

    Hello,

    I have increased the header right column width please check https://prnt.sc/r4g48a

    Best Regards

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