New Shopify Certification now available: Liquid Storefronts for Theme Developers

How to bold the title of my website?

Solved
empiricalarby
Pathfinder
109 1 23

https://empiricalwater.com/

 

I'd like only the title of the website, EMPIRICAL WATER, to appear in bold. What's the solution for this?

Theme: Dawn

 

Thanks,

Arby

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
4210 974 1184

This is an accepted solution.

Oh sorry, try another then.Please, Replace on this code. Thanks!

Same Instruction.

 

.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom span.h2 {
    font-weight: 900 !important;
}

 

And Save. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

Replies 4 (4)
Made4uo-Ribe
Shopify Partner
4210 974 1184

Hi @empiricalarby 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • 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:

 

h1.header__heading span.h2 {
    font-weight: 900 !important;
}

 

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

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


empiricalarby
Pathfinder
109 1 23

Thanks, but it only affects the font when I'm at the home page. Could it be adjusted to work when I am on other pages as well?

Made4uo-Ribe
Shopify Partner
4210 974 1184

This is an accepted solution.

Oh sorry, try another then.Please, Replace on this code. Thanks!

Same Instruction.

 

.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom span.h2 {
    font-weight: 900 !important;
}

 

And Save. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


empiricalarby
Pathfinder
109 1 23

Awesome! This worked perfectly. Much appreciated, thank you