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; }
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- 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; }
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- 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
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025