How can I turn a menu link into a button?

I need to make a button for one of my menu links in the picture below (Menu For Restaurant Only)

help will be appreciated

@alaasirs

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

https://shamres.myshopify.com/?_bt=eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaHB6YUdGdGNtVnpMbTE1YzJodmNHbG1lUzVqYjIwR09nWkZWQT09IiwiZXhwIjoiMjAyMS0xMC0zMVQxNDoxOTozMi4zMDNaIiwicHVyIjoicGVybWFuZW50X3Bhc3N3b3JkX2J5cGFzcyJ9fQ%3D%3D–b2a74c2d4e5e85165c8f71b944c481e626fafc2e&key=32f743bf4b3046a0f44ab3f401f869285f3133c322c4c02107603b472592fa01

@alaasirs

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.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

@alaasirs

its my pleasure to help us