I have installed custom fonts. They work for parent selectors defined via copied selectors in the base.css file.
I am working on product pages. Inside the product description, I want to use h3 and h4 headers. I cannot find a way to set those CHILD selectors as my custom font. Simply copying selectors and adjusting them one by one also doesn’t work. I seem not to be able to overwrite the parent selector.
In fact, I don’t want to adjust every h3 and h4 in my product description one by one. I have a few of each per product description and therefore I want to set them for all h3 and h4 inside the product descriptions globally. Inside the product descriptions, they’re all child elements and I can’t seem to be able to define them.
Help!
Thanks.