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

    Hi
    How can I style the recent posts widget same as the Pages widget is styled? currently recent posts is displayed with different font size and family, has lines between rows
    thank you

    #1313240

    Hey Yory,

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

    .widget_recent_entries li {
        border: none;
    }
    
    .widget_recent_entries li a {
        font-size: 18px;
        font-family: "ttf","Times New Roman",Helvetica,Arial,sans-serif;
    }

    Best regards,
    Rikard

    #1313285

    thank you
    it works

    #1313615

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Recent Posts widget styling’ is closed to new replies.