Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #295185

    I would like to make all my fonts to be thin on my page. Right now, they are inconsistent.

    For example, my header menu used to be bold, but now it is thin. I have added this to my quick CSS:

    #top .av-main-nav > li > a {
    font-weight: normal !important;
    }

    What code do I need to add?

    Thanks you!

    #295188

    I guess this includes the tagline as well!

    #295207

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    body * {
    font-weight: normal;
    }

    Regards,
    Yigit

    #295229

    Thanks Yigit!

    How do you make the footers and text box to have font-weight: lighter

    #295348

    Hi!

    Please add following code to Quick CSS as well

    div#footer * {
    font-weight: lighter!important;
    } 
    .avia_textblock {
    font-weight: lighter!important;
    }

    Cheers!
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.