Tagged: Widget
Hi Enfold support, how can i make the horizontal line in the recent posts widget thinner or completely remove it?
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