Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1138280
    srinivasmishra
    Participant

    Hi There,

    i tried using the following css
    .single-post .entry-featured {
    display: none;
    }

    but no help. i am using up video robot to create automated video post. everything working fine but not able to remove featured image inside post. Thanking you in anticipation

    #1138384
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Please add at Appereance > Customizer > Custom > CSS

    .single-x-portfolio .entry-featured {
    display: none !important;
    }

    Hope that helps!

    #1138407
    srinivasmishra
    Participant
    This reply has been marked as private.
    #1138556
    Joao
    Moderator
    This reply has been marked as private.
    #1139242
    srinivasmishra
    Participant
    This reply has been marked as private.
    #1139254
    Christopher
    Moderator

    Hi there,

    Please add this code :

    .single-format-standard .entry-featured {
        display: none;
    }

    Hope it helps.

    #1139258
    srinivasmishra
    Participant

    wow. you are awesome man.

    thanks a lot

    #1139262
    Christopher
    Moderator

    You’re welcome.

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