Tagged: 

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

    Hi, i am using the widget “recent posts” in my 3rd footer column, this works but i want to remove the italic style of the font (and maybe the horizontal line between post titles.

    #579650

    Hey rolfroyce!

    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

    #579669

    thx worked

    #579670

    Hi!

    You are welcome! Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer widget "latest post" remove itatlic style’ is closed to new replies.