We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Remove account button from header & add appointments menu.

Remove account button from header & add appointments menu.

Trivin
Tourist
27 0 2

Hello! My website is www.gemopticians.com

 

1. Can you please help me to remove the 'Account' button from the header?

2. Also I see whatever menu items I add to navigation get added to the left of the logo on the header. How do I add the items to the right of the logo where the 'ACCOUNT' button is currently?

3. How do I change the font of the menu items. On the mobile version, I am able to change the font eg. the 'SALE' is in red on mobile but on desktop, since it is part of the header, there might be a differen

Replies 3 (3)

BSSCommerce-B2B
Shopify Partner
1972 564 567

Hi ,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file -> Save

li.HorizontalList__Item:has(a[href="/account"]) {
    display: none;
}

Here is result: 

BSSCommerceB2B_1-1719039216674.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

Rahul_dhiman
Shopify Partner
856 168 186

Hello @Trivin 
1) To remove the Account button :-

Go to online store ---------> themes --------------> actions ------> edit code-------> theme.css
and add this code at the very end of your file.

ul.HorizontalList.HorizontalList--spacingLoose.hidden-pocket.hidden-lap li.HorizontalList__Item:nth-child(1) {
display: none;
}

 

2) navigation get added to the left :-
need the custom coding to move the menu items to the right side, i can help you in coding.

3) change the font of the menu items:- ( you can choose font family according to your need.)
Go to online store ---------> themes --------------> actions ------> edit code-------> theme.css
and add this code at the very end of your file.

nav.Header__MainNav.hidden-pocket.hidden-lap li.HorizontalList__Item:last-child a {
    color: red;
	font-family: initial;
}

 

and the result will be 

12.png

If you find this helpful, please like and mark the job as completed.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

PageFly-Amelia
Shopify Partner
626 165 238

Hi @Trivin 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css or theme.css

Step 3: Add code

.HorizontalList__Item:has(a[href="/account"]) {
    display: none !important;
}

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.