Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1028852
    mallorcanetworks
    Participant

    Hellou!

    I am trying to delete the featured image, tittle and container of a post category, it is posible?
    If its not posible by category at least for all the posts?

    Thanks!

    #1028862
    mallorcanetworks
    Participant

    Hi!

    To clarify my question;

    When i say “i am trying to delete” i mean not displaying it on the post.

    Thanks!

    #1029210
    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.

    #1029561
    mallorcanetworks
    Participant
    This reply has been marked as private.
    #1029797
    Joao
    Moderator

    Hi There,

    Please add the following code to your Appereance > Customizer > Custom > CSS

    
    .single-post .entry-featured {
         display:none;
    }
    
    .single-post .entry-title {
         display:none;
    }
    
    .entry-wrap {
        background-color: transparent !important;
        box-shadow: none !important;
    }
    
    .has-post-thumbnail .entry-featured {
        border-bottom: none !important;
    }

    Hope that helps,

    Joao

    #1030159
    mallorcanetworks
    Participant

    hellou!

    Yes it helpt! One more detail, as you see in this post there is a distance between the header and the content,

    It is posible to delete this margin?

    And it is posible to make the posts full width?

    Thanks a lot!

    #1030160
    mallorcanetworks
    Participant

    sorry! i forgot to paste the link http://pre.islacatavinos.com/armas-de-guerra-blanco/

    Thanks again!

    #1030386
    Joao
    Moderator

    Hi There,

    Please add the following code to your Appereance > Customizer > Custom > CSS

    .single-post .x-container.offset {
         margin-top: none !important;
    }
    
    .single-post .entry-header .entry-content .content {
         margin-top: none !important;
    }
    .single-post .entry-wrap {
         padding-top: none !important;
    }
    
    

    Hope that helps,

    Joao

    #1031489
    mallorcanetworks
    Participant

    Hi!

    I add this code but nothing happens, could uou help me?

    Thanks!

    #1032156
    Jade
    Moderator

    Hi there,

    Please update the previous code to:

    .single-post .entry-wrap {
        padding-top: 0 !important;
    }
    
    .single-post .x-container.offset {
        margin-top: 20px !important;
    }

    Hope this helps.

    #1034023
    mallorcanetworks
    Participant

    hellou!

    The margin top is almost, but still not on the top (I cant live with that, no problem)
    But it is posible to have fullwitdh on posts?

    As you see http://pre.islacatavinos.com/armas-de-guerra-blanco/ it is still not fullwidth,

    Thanks!

    #1034354
    Rupok
    Member

    Hi there,

    Thanks for writing back. The space was kept intentionally. If you want to eliminate this then you can use :

    .single-post .entry-content {
      margin-top: 0;
    }

    To make the post edge-to-edge fullwidth, you can additionally add this :

    .single-post .x-container.offset {
      max-width: 100%;
      width: 100%;
    }
    
    .single-post .entry-wrap {
      padding: 0 !important;
    }

    Hope this helps.

    Cheers!

    #1036251
    mallorcanetworks
    Participant

    helps a lot!
    Thanks!

    #1036730
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

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