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
A user wants to apply Helvetica Black font specifically to H5 headers while keeping Helvetica Bold for other headers on their Shopify store (theme: Stiletto).
Proposed Solution:
A community member suggested adding CSS code to the theme.css file:
Current Status:
The solution did not work as expected. The original poster tried the code but saw no changes, then removed it. The helper asked for confirmation about code removal from theme.css.
Unresolved Issue:
The discussion remains open with no working solution yet implemented. The CSS approach may need debugging or an alternative method.
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
Hello, do you have a code for this?
Hi
You can try this code
h5 {
font-family: 'Helvetica' !important;
font-weight: 500 !important;
}
Hello! I tried but it didn’t change anything unfortunately
I did not see any code in theme.css, did you remove it?
Yes! Since unfortunately it didn’t do any difference