Remove account link in main nav on venture theme

Hi i want to remove account link in main nav on venture theme and maybe add to footer nav, and make the nav full width ? any help please.

pic below

1.jpg

Hi @Lil1977

In shopify settings you can change that

Go to settings > Checkout > Here will be options (Accounts are optional) Choose this and save settings.

Hi thanks but I already have that option enabled .

@Lil1977 Please send me store url.

hi here you go

https://wgd9c978xti7jwum-8101462096.shopifypreview.com

@Lil1977

Please use this css

.customer-login-links.sticky-hidden {
  display: none !important;
}

thanks ill try - do you know how i would make the nav full width ie delete the div that holds the account link ?

@Lil1977

Yes need to remove the Div and also remove fourt-fifth class from nav div

hi do you know the code i would change in my site-nav.liquid file ?

@Lil1977

Don’t know about exact file name, For this I need your store details.

It might be site-nav.liquid or header.liquid

I have both header.liquid and site-nav.liquid

hi this is in my header/liquid file


    

      
      
        

          
            {{ 'products.product.product_added_to_cart_html' | t }}
          
          
        

      

      
        

          
          
        

      

    

  

@Lil1977
Use this HTML


    

      
      
        

          
            {{ 'products.product.product_added_to_cart_html' | t }}
          
          
        

      

      
        

          
          
        

      

    

  

hi that worked - weird thing i have a trust pilot somewhere in the header or nav but cant see it in the code ?

Screenshot 2022-09-06 at 12.21.02.png

@Lil1977

this code might be added through app or with some other js

yes thanks for your help