Can you please help me to remove the ‘Account’ button from the header?
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?
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
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.
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;
}