Apply Helvetica Black Font Only On H5 Headers

Apply Helvetica Black Font Only On H5 Headers

martujv
Trailblazer
232 2 46

Hello! I use the "helvetica bold" font for headers. However, only for the H5 headers, I want to use "helvetica black". How can I do that?

 

My theme is Stiletto and my store is https://f0par20pcsj6lyw7-60150284501.shopifypreview.com

 

Thanks in advance

 

 

Replies 5 (5)
martujv
Trailblazer
232 2 46

Hello, do you have a code for this?

Ahsan_ANC
Shopify Partner
1410 254 328

Hi
You can try this code


1. Go to Online Store-> Theme->Edit code
2. Asset-> theme.css ->paste the below code at the bottom of the file.

h5 {
    font-family: 'Helvetica' !important;
    font-weight: 500 !important;
}
Contact for any custom design? Skype : ahsananc
>Was your question answered? Mark it as an Accepted Solution!
Feel Free to Contact Me at my Email: anc2277@gmail.com


To enhance and customize Shopify search and filter, I use Boost Product Filter & Search
martujv
Trailblazer
232 2 46

Hello! I tried but it didn't change anything unfortunately

Ahsan_ANC
Shopify Partner
1410 254 328

I did not see any code in theme.css, did you remove it?

Contact for any custom design? Skype : ahsananc
>Was your question answered? Mark it as an Accepted Solution!
Feel Free to Contact Me at my Email: anc2277@gmail.com


To enhance and customize Shopify search and filter, I use Boost Product Filter & Search
martujv
Trailblazer
232 2 46

Yes! Since unfortunately it didn't do any difference