I need to make a button for one of my menu links in the picture below (Menu For Restaurant Only)
help will be appreciated
I need to make a button for one of my menu links in the picture below (Menu For Restaurant Only)
help will be appreciated
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
yes please try this code
.list-menu li:last-child a[href="/pages/sham-menu"] {
background: rgba(var(--color-foreground),1);
color: var(--gradient-background);
}
.list-menu li:last-child a[href="/pages/sham-menu"]:hover {
background: #5b9634;
}
After Code Result
Thank you
It’s working fine
its my pleasure to help us