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 and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. 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 [email protected]
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 and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. 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: [email protected]
Download Free Shopify Speed Optimization Guide book for 2024
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024