How to bold my logo text that is in the heading?

How to bold my logo text that is in the heading?

HallyuApparel
Excursionist
20 0 6

Hello,

I was wondering how I can change the logo in my home page to be BOLD.

This logo is not an image, it is the default lettering that shopify makes.

The URL is https://hallyuapparel.com/ 

Thank you!

Replies 5 (5)

Moeed
Shopify Partner
6614 1788 2173

Hey @HallyuApparel 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.header__heading-link .h2 {
    font-weight: bold !important;
}
</style>

RESULT:

Moeed_0-1734766836208.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


GTLOfficial
Shopify Partner
761 157 166

Hello @HallyuApparel 
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

.header__heading-link.link.link--text.focus-inset .h2 {
font-weight: 900 !important;
}

result
93.png

Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

Bundler-Manuel
Trailblazer
581 27 71

Hello there @HallyuApparel  I believe this should work out fine for you. Simply follow these steps:

1) Navigate to Online Store -> Theme -> Edit code.
2)Search for the file "base.css."
3) Paste the provided code at the bottom of the file.
Save your changes.

nav.header__inline-menu, list-menu--inline{
  font-weight: bolder !important;
}
Let me know if this works for you!
Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.

Tech_Coding
Shopify Partner
505 129 127

Hello @HallyuApparel 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
   a.header__heading-link span.h2 {
     font-weight: bold !important;
   }
</style>

BEFORE:

Tech_Coding_1-1734768716030.png

RESULT:

Tech_Coding_0-1734768692925.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

LizHoang
Shopify Partner
579 72 105

Hi @HallyuApparel 

 

You can follow the instruction here : 

1. Go to Shopify > Online store > theme > customize

2. Click to Settings > Custom CSS > Paste this code to the section  and save. 

 

a.header__heading-link, a.header__heading-link span.h2 {
    font-weight: bolder !important;
}

 

 

Here is the result : 

 

LizHoang_0-1734779509252.png

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program