• Below the category and tag meta of each post, I see a faint line between the posts on the post page and I woulkd like to make it more visible to clearly separate the different posts. I searched but I could not find in the different files of the theme the line of code which produces this 1px pale line. If someone could tell me where it is, I think I could make it more visible.
    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Chris Hickman

    (@antiochinteractive)

    Michel, you will need to bone up on your CSS skills a bit. All browsers have the option to inspect elements in the page. This will allow you to find the CSS that creates that line. You can use a child theme, or install Simple Custom CSS and insert new CSS.

    https://www.ads-software.com/plugins/simple-custom-css/

    Jetpack also comes with a custom CSS module.

    Thread Starter michel.b

    (@michelb-1)

    Thank you Chris for your time and your advice. I do not know if I will be able to reach my goal, because I am realy a beginner in CSS, but I am trying. I have already learned how to inspect my page with FireFox. I have not yet identified the CSS the create that line ( maybe a border 1px thick ) but I keep searching and I keep learning.

    confessionsofadietitian

    (@confessionsofadietitian)

    Hi Michel,
    This should help.

    .post {
    border-bottom: 2.5px solid black;
    }

    You can edit the code till you have the line you want.

    Thread Starter michel.b

    (@michelb-1)

    Thank you confessionsofadietitian,
    I used your code and it worked !

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘A line between posts on the post page’ is closed to new replies.