Support » Fixing WordPress » Need to place horizontal line in Category Posts widget

  • Hello:

    I need help placing a horizontal line in the Category Posts Widget.

    I want to make it look like the recent news box here: fpsss.com

    Thank you 🙂

Viewing 1 replies (of 1 total)
  • If you have not already done so, you should create a Child theme to make your changes. If you do not, all of your changes will be lost if you update your theme.

    Try adding this to the end of style.css

    .widget_categoryposts li {
       border-bottom: 1px solid black;
       margin-bottom: 5px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Need to place horizontal line in Category Posts widget’ is closed to new replies.