Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #994516
    shakshuka
    Participant

    Hi!
    I found on another topic the code to add a line at the bottom of each blog post:

    .blog article {
    border-bottom: 1px solid #CCCCCC;
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    }

    But for some reason this code only has an effect on the homepage, not on the category pages.
    How can I change the code so that the line shows up on all my pages?
    Thank you

    #994517
    shakshuka
    Participant
    This reply has been marked as private.
    #994831
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-iso-container-posts>.hentry {
        border-bottom: 1px solid #ddd;
    }
    
    .x-iso-container-posts>.hentry .entry-wrap {
        border: none !important;
    }

    Thanks.

    #994892
    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .blog article,
    .archive article {
    border-bottom: 1px solid #CCCCCC;
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    }
    
    .x-iso-container-posts>.hentry .entry-wrap {
        border:none;
    }

    Hope this helps – thanks!

    #995370
    shakshuka
    Participant

    Perfect! This last response did it.
    Thank you so much.

    #995513
    Thai
    Moderator

    Glad we were able to help 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-994516 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>