Hi,
I need help adjusting the width of the submenu of the header and also, I would like to change the background color of the submenu.
Any help is appreciated!
Thank you.
Hi,
I need help adjusting the width of the submenu of the header and also, I would like to change the background color of the submenu.
Any help is appreciated!
Thank you.
Hello There,
Please share your store URL and and password.
So that I will check and let you know the exact solution here.
Welcome to the shopify community.
Please share your store URL and if your store is password protected then provide password also.
Thank you.
hi, this is my store url: godzhand.myshopify.com
Please add below code in bottom of assets/theme.css file
.site-nav__dropdown–centered {
top: 30px !important;
background-color: #000;
width: 80%;
}
.site-nav__childlist {
background: #000;
}
.site-nav__dropdown {
left: unset;
right: 0;
}
Hi,
Thank you for your help, if it’s not too much, can you help me with another problem please.
So basically, I want to change the color of the 3 dash line and I would like to move it from the right side toward the left side on mobile view.
Can you please help me with that.
Thanks
Please add below code in bottom of assets/theme.css file
.site-header__icons-wrapper {
flex-direction: row-reverse;
}
.btn–link svg.icon.icon-hamburger {
color: #f5a623;
}
Hope it is helpful for you.
Thank you.
also add below code in assets/theme.css file
.site-header__icons-wrapper .btn–link:focus, .btn–link:not([disabled]):hover {
color: #f5a623;
}