Spotlight Theme - make top navigation bold

Solved

Spotlight Theme - make top navigation bold

JSPENCER0203
Excursionist
16 0 6

Hi all,

 

Is it possible to make the top navigation bold? I am using the Spotlight theme.

 

My website is www.BetterParksProject.com

 

Thank You!

 

Justin

Accepted Solution (1)

DaisyVo
Shopify Partner
775 102 116

This is an accepted solution.

Hi @JSPENCER0203 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

nav.header__inline-menu ul li {
   font-weight: bold !important;
}

 

Here is the result: https://prnt.sc/JROFhybVu5NX
 
I hope this helps
Best,
 
Daisy 
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 4 (4)

comercioservice
Shopify Partner
265 37 31

@JSPENCER0203 


hi Hope you are well,
I’ve taken a look at what you need—just a little CSS magic, and everything will be fixed! Follow my steps, and you'll have it sorted in no time!

1, from admin, go to Online Store > Themes.
2, Actions > Edit code for your active theme.
3, Find and open the theme.liquid file, maybe in the Layout folder.
4, Look for the </head> tag and paste the code in the end

 

<style>
nav.header__inline-menu ul li a, nav.header__inline-menu ul li {
    font-weight: 700;
}
</style>​

 

 

I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Thank you
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!

DaisyVo
Shopify Partner
775 102 116

This is an accepted solution.

Hi @JSPENCER0203 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

nav.header__inline-menu ul li {
   font-weight: bold !important;
}

 

Here is the result: https://prnt.sc/JROFhybVu5NX
 
I hope this helps
Best,
 
Daisy 
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
JSPENCER0203
Excursionist
16 0 6

Worked Perfectly. Thank you 🙂

Made4uo-Ribe
Shopify Partner
9029 2160 2664

Hi @JSPENCER0203 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

nav.header__inline-menu span {
    font-weight: 900 !important;
}

 

  • And Save.
  • Result:
    Made4uoRibe_0-1730636576637.png

    Do you like to include the mobile screen also? 

 

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.