Hello Everyone!
I am using Shopify Dawn Theme. How do I add a button to the “SHOP” menu? I have added an image below. I want to keep it exactly like this. Please help me. Thank you.
Store: https://delicious-fruits-vegetables.myshopify.com/
Password: Admin

2 Likes
Or this code if you want like this
1 Like
Hi @dreamtechzone_5
We can do like this, check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
a#HeaderMenu-shop {
background: #5fa800;
color: white;
border-radius: 10px;
padding: 1rem 1.2rem;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like
Great. It worked.
The top and bottom width of the button can be reduced a bit?
It worked. Thank you very much. But when I add collection under “SHOP” the button doesn’t show.
Hello Sir!
When I click on “SHOP” menu the “SHOP” menu text color changes. I would like to keep it white.