Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1342920
    lisacole1
    Participant

    Hiya
    please can you tell me how to get rid of the borders on the blog page
    http://www.dianapowell.co.uk/category/blog/

    I’ve managed to get rid of them on the actual posts, just not that page

    many thanks!

    #1343031
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .archive.category .x-iso-container-posts>.hentry .entry-wrap {
        border:0;
    }
    

    Hope that helps.

    #1343100
    lisacole1
    Participant

    thanks but they are still there
    http://www.dianapowell.co.uk/category/blog/

    #1343245
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Please add this CSS at Appereance > Customizer > Custom > CSS :

    .entry-featured {
      border:0;
    }

    Let us know how if this helps!

    #1343246
    Thai
    Moderator

    Please try with this CSS instead:

    .entry-featured {
        border: none;
        padding: 0;
    }

    Hope it helps 🙂

    #1343259
    lisacole1
    Participant

    perfect, huge thanks!
    have a lovely day

    #1343321
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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