Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1054964
    Ben
    Participant

    Hi,

    I am trying to revise my blog post layout. I need to remove the post/page title from my posts.

    I need this page: http://ott.ua.edu/autm-eastern-meeting/

    To look like this page: http://ott.ua.edu/blog-template/

    I think the main thing to do is to remove the title. Any advice?

    Any help you can offer would be great.

    Best,
    Ben

    #1055223
    Jade
    Moderator

    Hi Ben,

    Please add this code in the Custom CSS:

    .single .entry-header {
        display: none;
    }

    Hope this helps.

    #1056502
    Ben
    Participant

    That did remove the page title from the page, so thank you. Now, how can I get the image to fill the entire width of the page and remove the space between the nav bar and the start of the page?

    See here: http://ott.ua.edu/are-superpowers-real-yes-yes-they-are/

    #1056765
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

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

    Hope that helps,

    Joao

    #1056882
    Ben
    Participant

    Thanks! That worked.

    Now, the last thing — I think– ,but can you set a featured image, and not have it displayed on the page?

    #1056936
    Joao
    Moderator

    Hi There,

    You can add your feature images normally, but before that please add the following code to Appereance Customizer Custom CSS

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

    Hope it helps,

    Joao

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