Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1369436
    Biggelino
    Participant

    Hi Team!

    I wanted to remove the frame from the featured picture which seems to be the standard. I found this to change the size which already helped

    .single-post .entry-featured {
    width:50%;
    margin:0 auto;
    display:block;
    }

    What would be the CSS to remove the frame?

    Looks currently like this: http://prntscr.com/e8ca6a

    Thx much! 🙂

    #1369970
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

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

    .entry-featured {
        border: 0 !important;
    }

    Thanks.

    #1370307
    Biggelino
    Participant

    Thanks much!

    #1370315
    Paul R
    Moderator

    You’re welcome! 🙂

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