Shopify themes, liquid, logos, and UX
Hi All -
We have this CSS currently on our site - it was to make the Reserve Now link look more like a button. Then we added in dropdowns and now any link that goes to /rent is a box. We could change the url, but looking to see if anyone else has a solution so that only the Reserve Now mimics a button. ChatGPT did offer up the code below, with "contains...." but that didn't work either. https://skis-on-the-run.myshopify.com/
.navigation__item [href*="rent"] {
background-color: #0a3159;
color: #ffffff;
border-radius: 2px;
padding: 0.5rem 1rem;
text-decoration: none;
text-transform: uppercase;
margin: 1rem 0 1rem 1rem;
}
Below did not work, even with taking out href, changing the capitalization of the reserve now, etc.
.navigation__link[href*="rent"]:contains("Reserve Now") {
background-color: #0a3159;
color: #ffffff;
border-radius: 2px;
padding: 0.5rem 1rem;
text-decoration: none;
text-transform: uppercase;
margin: 1rem 0 1rem 1rem;
}
Solved! Go to the solution
This is an accepted solution.
Please update your code to this version
.navigation__link[aria-controls="NavigationTier2-4"] {
background-color: #0a3159;
color: #ffffff;
border-radius: 2px;
padding: 0.5rem 1rem;
text-decoration: none;
text-transform: uppercase;
margin: 1rem 0 1rem 1rem;
}
- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. ☕ Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
This is an accepted solution.
Please update your code to this version
.navigation__link[aria-controls="NavigationTier2-4"] {
background-color: #0a3159;
color: #ffffff;
border-radius: 2px;
padding: 0.5rem 1rem;
text-decoration: none;
text-transform: uppercase;
margin: 1rem 0 1rem 1rem;
}
- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. ☕ Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025