Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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 -
Solved! Go to the solution
This is an accepted solution.
Hi @hem0903
Try this one.
header > div > nav > ul > li:nth-child(4) span {
background: #fde2c2;
padding: 5px 20px;
border-radius: 5px;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Hi @hem0903
Try this one.
header > div > nav > ul > li:nth-child(4) span {
background: #fde2c2;
padding: 5px 20px;
border-radius: 5px;
}
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
av.header__inline-menu ul.list-unstyled > li:last-child {
background: #B8DCBE;
color: white;
}