How am I able to make this bold?

Solved

How am I able to make this bold?

ricky24
Excursionist
61 0 10

Hello, how am I able to make the circled text bold? 

ricky24_0-1719348646558.png

 

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10092 2398 3030

This is an accepted solution.

Hi @ricky24 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.

 

.menu-item-has-megamenu > div > ul > li:first-child {
    font-weight: 600;
}

 

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

 

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.

View solution in original post

Replies 6 (6)

TediaConsulting
Shopify Partner
8 1 1

Hi Ricky, not sure if there's an option in the theme settings to do this (usually not). Check that first. 

If not, you can find the class for those menu items, and add a css rule that will have the following property:

 

.class-name {
  font-weight: bold;
}

 

Eat. Sleep. Shopify. Repeat.
ricky24
Excursionist
61 0 10

How am I able to find the class? 

TediaConsulting
Shopify Partner
8 1 1

You should be able to get it by inspecting the page and finding the menu item. If you post your website address, I can get it for you.

Eat. Sleep. Shopify. Repeat.

stellacash
Visitor
1 0 0

Hello

mxxxx

Made4uo-Ribe
Shopify Partner
10092 2398 3030

This is an accepted solution.

Hi @ricky24 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.

 

.menu-item-has-megamenu > div > ul > li:first-child {
    font-weight: 600;
}

 

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

 

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.