Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #581819

    Hi Enfold support, how can i make the horizontal line in the recent posts widget thinner or completely remove it?

    #581823

    Hi rolfroyce!

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

    .recentcomments, .widget_recent_entries li {
        border-top-width: 1px;
    }

    If you would like to remove it, please replace “border-top-width: 1px;” with “border: none !important; ”

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.