Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #847560

    Hi guys,

    I’ve been trying to edit the font in my footer as well as my Latest News section on the News & Media page. I want it to not be a bold font.

    Wondering if there’s shortcode for this?

    Kind regards,

    Lara

    #847672

    Hey Lara,

    Please try the following in Quick CSS under Enfold->General Styling:

    #footer * {
      font-weight:500 !important;
    }

    Best regards,
    Rikard

    #847943

    Hi Rikard,

    thank you so much for your help! works a treat.

    Wondering if you know how to change the bold font under the Latest News on this page http://180.92.199.218/~libertyindustria/news/

    #848100

    Hi,

    Ok sure, I’m guessing you don’t want it to be bold? If so then try this CSS as well:

    .news-link strong {
      font-weight:500 !important;
    }

    Best regards,
    Rikard

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