Shopify themes, liquid, logos, and UX
Hi,
I would like to give the Summer Sale navigation link the color code: #E19F67 and i would like the navigation links: houders, lijsten, muurhouders and opslag to be bold. How can i do this?
Solved! Go to the solution
This is an accepted solution.
Hi @VinUp
You can do that by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings.
#HeaderMenu-summer-sale { color: #E19F67 !important; }
#HeaderMenu-houders,
#HeaderMenu-lijsten,
#HeaderMenu-muurhouders,
#HeaderMenu-opslag { font-weight: 700 !important; }
- Found this helpful? Hit "Like" and "Accept as Solution"!
- 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.
Hello @VinUp ,
I understand you are looking to make changes in your navigation menu link.
The changes can be implemented with using CSS code
Add the code at the bottom of theme.liquid file before </body> tag and save.
<style>
a[href="/en/pages/summer-sale"] {
color: #E19F67;
}
a[href="/en/collections/stands"] {
font-weight: bold;
}
a[href="/en/collections/lijsten"] {
font-weight: bold;
}
a[href="/en/collections/wall-display"] {
font-weight: bold;
}
a[href="/en/collections/storage"] {
font-weight: bold;
}
</style>
Output -:
I hope the code helps you.
Please share if you have any queries.
Thank you.
Hi @VinUp ,
You can follow these steps
Step 1: Go to Online store > Themes > Edit code and find base.css file
Step 2: Insert below code at the end file and Save them
#HeaderMenu-summer-sale {
color: #E19F67;
}
#HeaderMenu-houders ,
#HeaderMenu-lijsten ,
#HeaderMenu-muurhouders,
#HeaderMenu-opslag {
font-weight: 700;
}
If our suggesstion is useful, please let us know by giving a like and mark as a solution. Thank you very much
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.
MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
This is an accepted solution.
Hi @VinUp
You can do that by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings.
#HeaderMenu-summer-sale { color: #E19F67 !important; }
#HeaderMenu-houders,
#HeaderMenu-lijsten,
#HeaderMenu-muurhouders,
#HeaderMenu-opslag { font-weight: 700 !important; }
- Found this helpful? Hit "Like" and "Accept as Solution"!
- 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.
Hi @VinUp,
This is Polo From MS Web Designer.
I would love to assist you with your concern. Could you please share your store URL so that we can provide the proper solution.
If you have doubt, please let me know.
Regards
Polo
If it’s helpful to you, please mark it as a solution.
Need Help with Shopify Speed Optimization and Any Custom Shopify tasks
email: task4store@mswebdesigner.com
Download Free Shopify Speed Optimization Guide book for 2024
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