Re: How to give certain navigation links a specific # color code?

Solved

How to give certain navigation links a specific # color code?

VinUp
Excursionist
33 0 10

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?

VinUp_0-1721034219365.png

 

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
9534 1916 1950

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; }

Screenshot 2024-07-15 at 16.40.22.png

- 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.

View solution in original post

Replies 4 (4)

Anshul_arora
Navigator
453 128 97

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 -:

Anshul_arora_0-1721036024339.png


I hope the code helps you.


Please share if you have any queries.


Thank you.

Please remember to like and accept the solution to help other store owners.

For Shopify Design & Development | Custom Coding -Visit Here

BSSCommerce-TC
Shopify Partner
225 49 51

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]


BSS Commerce - Full-service eCommerce Agency

Dan-From-Ryviu
Shopify Partner
9534 1916 1950

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; }

Screenshot 2024-07-15 at 16.40.22.png

- 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.

polo_msweb
Shopify Partner
18 1 4

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