Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1108028
    mksubherw
    Participant

    How do I eliminate the empty border when I have no image or video in my blog post?

    It shows up on the blog page list and the all my post page too. See attached example.

    #1108283
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1108897
    mksubherw
    Participant
    #1109164
    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .entry-thumb {
        background: transparent !important;
    }
    .entry-thumb img {
        border: 2px solid #e5e5e5 !important;
        padding: 7px !important;
    }
    .entry-featured {
        border: none !important;
    }

    Let us know how this goes!

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