Hi there!
I used one of your first solutions to great success to make my Shop nav item a button; however, I recently gave Shop some sub pages as well and now it’s not appearing as a button anymore. Is it possible to modify this code to make it a button again?
Below is what I originally added:
.header .header__inline-menu .list-menu > li:first-child > a{
background: #f38293;
border-radius: 40px;
text-decoration: none !important;
padding-left: 30px;
padding-right: 30px;
color: #fff!important;
}
.header .header__inline-menu .list-menu > li:first-child > a span {
text-decoration: none;
color: #fff;
}
.menu-drawer__navigation .menu-drawer__menu > li:first-child {
padding: 0 3.2rem;
}
.menu-drawer__navigation .menu-drawer__menu > li:first-child a{
background: #f38293;
border-radius: 40px;
color: #fff!important;
justify-content: center;
}
It’s a site for a client and not live yet, so I don’t have permission to share the password, so I’m attaching photos that I hope will help.
Original:
![]()
(sorry for the pixellation, it was an old cached preview)
Current:
