Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #583712

    I am using the Enfold theme.
    My client has asked for a font change to the posts that show up in the “Recent Blog Posts” in the footer widget.
    The post currently show in italic. He would like a regular font, san serif, no italics.
    Can you please provide a Quick CSS patch that will change the font.
    I have added the website URL in the private content area.
    Thank you for your help.
    Gail

    #583715

    Hey GailSabol!

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

    .recentcomments a, .widget_recent_entries li a {
        font-style: normal;
        font-family: inherit;
    }

    Cheers!
    Yigit

    #583735

    Thank you for the quick response Yigit!
    Have a great day.
    Gail

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Font Change to Recent Blog Posts link in Footer’ is closed to new replies.