Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #394856

    Good morning,

    I’d like to add a dotted line between the Blog Posts that are displayed on a page via the Blog Posts Content Element placed with the Advanced Editor.

    Thanks.

    • This topic was modified 9 years, 2 months ago by scottrseeley.
    #395162

    Hi scottrseeley!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home footer.entry-footer {
    border-bottom: 1px dotted #666;
    padding-top: 30px;
    }

    Regards,
    Yigit

    #395196

    Hey scottrseeley!

    Add this to your custom CSS.

    article .entry-content-wrapper {
      border-bottom: 1px dashed black;
      margin-bottom: 60px !important;
    }
    .template-blog > article:last-child .entry-content-wrapper { border-bottom: 0px !important; margin-bottom: 0px !important; }
    

    Best regards,
    Elliott

    #395324

    Thanks Elliot – that code worked perfectly.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Add a line between Blog Posts’ is closed to new replies.