Tagged: ,

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

    I am trying to change the Font-Size in the Latest News widget in the footer of my Enfold themed WordPress install, but am coming up unsuccessful. I would like to increase the size of the blog post titles within this widget and remove the italic styling to it as well.

    I have searched the forum and the only thing I can find is this, but when I add it to my install it does not work.

    .newsbox .news-headline {
    font-size: 16px;
    }
    #231834

    Hi crealities!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .widget_recent_entries li a { font-style: normal;
    font-size: 16px; }

    Cheers!
    Yigit

    #231835

    That worked, but why is the Google font I chose through the control panel not showing up in this section only? Looks like it is pulling Times New Roman instead.

    #231836

    Nevermind…just added font-family: inherit; And that did the trick.

    #231839

    Hi!

    Glad you figured it out! Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change Font Size in Latest News Widget in Footer?’ is closed to new replies.