Happening now! Shopify Community AMA: Building a Marketing Budget with 2H Media | Ask your marketing budget questions now!

Change font weight to bold for one menu item in drop-down

Solved

Change font weight to bold for one menu item in drop-down

jkc1
New Member
4 0 0

Hi,

I'd like to change the font weight to bold for a collection listing within a drop-down menu. Your help would be appreciated.

 

Thank you!

 

Sample for bold.png

Accepted Solution (1)
BSS-TekLabs
Shopify Partner
2401 695 831

This is an accepted solution.

Hi @jkc1,

Here are the steps you can follow:

1, Navigate to Online Store > Themes > Edit Code.

2, Locate and open the base.css (or theme.css, custom.css) file.

3, Paste the code snippet provided below at the bottom of the file, then save your changes.

 

#shopify-section-sections--18027728601321__header > sticky-header > header > nav > ul > li:nth-child(3) > details-disclosure > details > div > div > ul > li:nth-child(1) > div > ul > li:nth-child(6) > a {
    font-weight: bold;
}

 

Here is the result

BSSTekLabs_0-1722271346863.png

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 7 (7)

BSS-TekLabs
Shopify Partner
2401 695 831

Hi @jkc1,

Could you kindly provide us with your store URL and, if applicable, the password, so that our team can offer you the necessary support?

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
jkc1
New Member
4 0 0

Thank you for responding. The website refresh that I am working on is not live or password protected right now.  I've attached a larger screenshot if that is helpful?

 

Thank you!

 

 

Question 2 bold.png

jkc1
New Member
4 0 0

Hello,

I have password-protected the site.

Shopify site: thermell.com
Password: tempor

Any help would be appreciated. I am trying to make the last word in the drop-down menu bold (see attached). I am using Frame theme.

Thank you.

 

SAMPLE question.png

BSS-TekLabs
Shopify Partner
2401 695 831

Hi @jkc1,

Here are the steps you can follow:

1, Navigate to Online Store > Themes > Edit Code.

2, Locate and open the base.css (or theme.css, custom.css) file.

3, Paste the code snippet provided below at the bottom of the file, then save your changes.

 

/* This code makes the other link regular */
ul.site-nav--dropdown-grandchild li {
    font-weight: 100;
}

/* This code makes the last link bold */
#MenuChildren-3-1 > li:nth-child(5) > a {
    font-weight: 600;
}

 

Here is the result

BSSTekLabs_0-1722180861225.png

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
jkc1
New Member
4 0 0

Hello,

 

I added the code at the end of the base.css file, but I didn't notice any changes on the new site, which is currently using the Frame theme that's not live yet. I can password protect it for you to review, but I'd need to know a specific window of time since it's during business hours.

 

Thank you for your response and for your ongoing assistance.Code entered_072924.pngAfter code placed_072924.png

BSS-TekLabs
Shopify Partner
2401 695 831

Hi @jkc1,

If your new site isn't live yet, you can send me a preview link via private message with this instruction

BSSTekLabs_0-1722270117216.pngBSSTekLabs_1-1722270141170.pngBSSTekLabs_2-1722270158731.png

 



 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BSS-TekLabs
Shopify Partner
2401 695 831

This is an accepted solution.

Hi @jkc1,

Here are the steps you can follow:

1, Navigate to Online Store > Themes > Edit Code.

2, Locate and open the base.css (or theme.css, custom.css) file.

3, Paste the code snippet provided below at the bottom of the file, then save your changes.

 

#shopify-section-sections--18027728601321__header > sticky-header > header > nav > ul > li:nth-child(3) > details-disclosure > details > div > div > ul > li:nth-child(1) > div > ul > li:nth-child(6) > a {
    font-weight: bold;
}

 

Here is the result

BSSTekLabs_0-1722271346863.png

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now