How to change the color of one menu item on my main nav bar?

My website is

gabapickleball.com

I would like to change the color of the “buy now” button on my main menu. I would also like to add unique hover effects.

I know how to add the custom css, but I don’t know how to target the correct class/LI

Hi @pickleball_lord

This is Lucas from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.list-menu li:last-child .header__menu-item {

background: #252a31 !important;

}

Hope that my solution works for you.

Best regards,

Lucas | PageFly