Shopify themes, liquid, logos, and UX
Hi
I want to change the Menu button style of my Shopify Dawn theme, and want to change the current menu to a button style,
See attached image which I want.
And for the current style please check my store link.
Store Link : https://olanzu.myshopify.com/
Password : 123456
Please guide.
Thanks
Solved! Go to the solution
This is an accepted solution.
Hello @hanbal ,
It's GemPages support team and glad to support you today.
I would like to give you a recommendation to support you so kindly follow steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
.header__menu-item span {
border: 1px solid #e20d2e;
border-radius: 30px;
padding: 5px 15px;
color: #e20d2e;
text-transform: uppercase;
font-size: 16px;
}
.header__active-menu-item {
background: #e20d2e;
color: #fff !important;
text-decoration: none;
}
.header__icon .icon {
color: #e20d2e;
}
</style>
Let us know how it works for you.
Best regards,
GemPages Support Team
This is an accepted solution.
Hello @hanbal ,
It's GemPages support team and glad to support you today.
I would like to give you a recommendation to support you so kindly follow steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
.header__menu-item span {
border: 1px solid #e20d2e;
border-radius: 30px;
padding: 5px 15px;
color: #e20d2e;
text-transform: uppercase;
font-size: 16px;
}
.header__active-menu-item {
background: #e20d2e;
color: #fff !important;
text-decoration: none;
}
.header__icon .icon {
color: #e20d2e;
}
</style>
Let us know how it works for you.
Best regards,
GemPages Support Team
Thanks
I am glad that my solution is helpful to you 😍.
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024