Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1124574
    mahmoud237
    Participant

    Hey … I want to remove Launch project from portfolio posts.

    I searched in the community .. I found this code

    .x-portfolio .entry-extra  {
    display:none;
    }

    It worked, but the width still the same … I want the page to be a full width .

    thanks

    #1124575
    mahmoud237
    Participant
    This reply has been marked as private.
    #1125058
    Rupok
    Member

    Hi there,

    Thanks for writing in! Let’s use this :

    .x-portfolio .entry-extra {
      display: none;
    }
    
    .x-portfolio .entry-info {
      float: none;
      width: 100%;
    }

    Hope this helps.

    #1125542
    mahmoud237
    Participant

    Yes .. That’s Work

    Thank you

    #1125735
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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