Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1196264
    alisonglass
    Participant

    Hi,

    A faint line appeared after I used this code to remove the featured img from my post. How can I remove it?
    http://alisonglass.com/2016/09/29/insignia/

    The CSS I used was
    .category header.x-header-landmark.x-container.max.width {
    display: none;
    }

    Can you help?
    -jessica

    #1196341
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > customizer > Custom > CSS

    
    .has-post-thumbnail .entry-featured {
        border: none;
    }

    Hope it helps

    Joao

    #1196620
    alisonglass
    Participant

    great!! Thanks!

    #1196833
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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