Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #481052

    Can you please provide me some quick css to make the font weight light on the H3 and H4 headings on my site. I tried doing this through the advanced styling but it did not work which is strange because it worked on some other sites I have Enfold on. Maybe something is conflicting with it? For some reason it seems to show fine on my iPhone but the light font weight doesn’t show correctly on my iPad or on any browsers I try. (see attached samples) I have flushed the cache numerous times. Thanks for the help!

    • This topic was modified 9 years, 3 months ago by djshortkut.
    #481809

    Hey!

    Try adding this code to the Quick CSS:

    h3 {
        font-weight: 300;
    }

    Cheers! 
    Josue

    #481825

    Thanks Josue! Unfortunately that didn’t work. I tried adding the important rule to see if that would help but it didn’t. I provided login credentials if you need to take a closer look.

    #481829

    Hey!

    Try disabling any caching / minification and check if it takes effect.

    Regards,
    Josue

    #481866

    I disabled a minification plugin but the problem persists. Can you please help?

    • This reply was modified 9 years, 3 months ago by djshortkut.
    #482312

    Try putting it at the very start of Quick CSS.

    #482344

    Thanks Josue, that fixed it! You can close this thread.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Font Weight For H3 & H4 Headings’ is closed to new replies.