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

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

pickleball_lord
Visitor
1 0 0

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

Reply 1 (1)

PageFly-Lucas
Pathfinder
110 28 29

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

banned