• Resolved Rich82

    (@rich82)


    Hello,

    I have created a child theme and now I would like to have nice single lines separating posts instead of these double ones. Can someone tell me how can I modify the style sheet please?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser.

    Thread Starter Rich82

    (@rich82)

    Thanks. I’ve found it. In case someone else has the same problem here’s the piece of code I’ve added into my style sheet

    .site-content article {
    	border-bottom-style:solid;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Double lines separating posts’ is closed to new replies.