How do I override the font-weight defined in “Theme Setting” > “Typography” so that I can have a custom section on my home page with a different font-weight?
In my custom HTML block, I’ve set the font-weight as “font-weight: 800 !important;” but the font will always show the weight defined in “Theme Setting” > “Typography”. The same happens with
.
I can change their size, I can change their color, but I can not change their weight.
I’ve tried adding specific IDs and Classes to the tags; It doesn’t work.
I’ve also tried to override the definitions by adding other classes I’ve found when inspecting the code on the browser. Nothing works.
How do I override the font-weight defined in “Theme Setting” > “Typography” so that I can have a section on my home page with a different font-weight?