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

    Hi,

    I would like the news headlines in the Latest News post widget to be the same font family as the headlines that display in other elements in the selected webfont. Can you please help me with the CSS to make the adjustment. I have already added the following Quick CSS to increase the font size of the headlines…

    #top .news-content {
    font-size: 12px;
    }

    Thanks in advance for your assistance.

    Cheers,
    Marsha

    #618709

    Hi Marsha!

    Please add following code to Quick CSS as well

    strong.news-headline {
        font-weight: normal;
        font-size: 14px;
    }

    Cheers!
    Yigit

    #631738

    Thank-you, that has assisted somewhat but I would like the font family to be the same as the other headlines on the site. You will see in my sidebar that I have some events listed in a widget above the Latest News and the titles of those are displaying in the Google Heading Font I have chosen (Metrophobic) but the Latest News are not. Appreciate your help.

    Cheers,
    Marsha

    #632877

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .news-headline {
        font-family: 'Metrophobic', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
    

    Best regards,
    Josue

    #633330

    Good morning again :-)

    Thanks so much Josue, that worked a dream!

    Cheers,
    Marsha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘News headline font family’ is closed to new replies.