Hey all, I am using the Emerge Theme and would like to remove the "Account" link from main navigation.
Also, I'm looking to change the the "Contact" button to my "order online" link if possible - it not, just hide for now.
thanks!
Solved! Go to the solution
Would you mind sharing your store's URL so we can provide the code to hide both requests?
This is an accepted solution.
Add the following code to your theme--critical.css file:
.header--account {
display: none;
}
.contact-modal--button {
display: none;
}
Should you want to change the "Account" text we would require collaborator access to do it for you, let us know!
Cheers
This is an accepted solution.
Go to "Online Store" -> "Customize" -> "Header", you can adjust it here:
Don't forget to Mark As Solution & Like to make the answer more visible to the community, Cheers!
User | Count |
---|---|
386 | |
204 | |
144 | |
46 | |
42 |