• Resolved Christian

    (@cantropo)


    hi, just wanted to say that the theme is a real great minimal wordpress theme. i’m asking myself if it’s possible to insert a dividing line <hr> between the different posts of the blog page by css code.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Nuno Sarmento

    (@nunosarmento)

    Hi @cantropo

    Thank you for using my free theme.
    Yes we can. Add the css below to Appearance -> Customise –> Additional CSS

    .home  article {
        border-bottom: 1px solid;
        border-color: #9a9a9a;
    }

    Let me know how it goes.

    Thread Starter Christian

    (@cantropo)

    thank you very much, it worked.

    Theme Author Nuno Sarmento

    (@nunosarmento)

    I’m glad I was able to help. If you are happy with the theme please drop a line on the reviews section. Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘dividing line between posts’ is closed to new replies.