Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How to make the drop-down menu bold in the Broadcast theme?

Solved

How to make the drop-down menu bold in the Broadcast theme?

valeriashapes
Excursionist
45 0 7

Hello Experts,

 

I need help making the drop down menu characters bold, any advice?

Thank you for your help!

 

Broadcast theme

www.shapesdecor.com

 

Kindly

Accepted Solution (1)

ThePrimeWeb
Shopify Partner
2139 616 511

This is an accepted solution.

Hey @valeriashapes,

 

Use this for both mobile and desktop.

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
.header__dropdown span.navtext {
    font-weight: bolder !important;
}

.drawer__menu a.sliderow__title {
    font-weight: bold !important;
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1716388229243.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

View solution in original post

Replies 2 (2)

BSSCommerce-HDL
Shopify Partner
2305 834 908

Hi @valeriashapes

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSTechVenture_0-1716387210568.png

 


Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSTechVenture_1-1716387219976.png

 

Step 3: Insert the below code to file -> Save

 

span.navtext {
    font-weight: bold !important;
}

 

Here is result: 

BSSTechVenture_0-1716386756758.png

Hope this can help you,

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

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

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

ThePrimeWeb
Shopify Partner
2139 616 511

This is an accepted solution.

Hey @valeriashapes,

 

Use this for both mobile and desktop.

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
.header__dropdown span.navtext {
    font-weight: bolder !important;
}

.drawer__menu a.sliderow__title {
    font-weight: bold !important;
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1716388229243.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!