I want to change background colour for shop button only in menu.
Store url - https://784221-79.myshopify.com/
Like this -
Want background in these color -
I want to change background colour for shop button only in menu.
Store url - https://784221-79.myshopify.com/
Like this -
Want background in these color -
Hi @hem0903
Try this one.
header > div > nav > ul > li:nth-child(4) span {
background: #fde2c2;
padding: 5px 20px;
border-radius: 5px;
}
And Save.
result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi @hem0903
To complete your requests, please follow these steps:
av.header__inline-menu ul.list-unstyled > li:last-child {
background: #B8DCBE;
color: white;
}
Here is the result: https://prnt.sc/VCuVsnUN_E2T
I hope this helps
Best,
Daisy