Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1011884
    ahurlburt53
    Participant

    I’ve added css to remove individual post titles, no luck. Would also like to remove the white space between graphic and nav bar

    screen shot http://i.imgur.com/wgTgO0F.png

    http://www.tampabaywebsitedesigner.com/cornerstone-template/

    #1012002
    Jade
    Moderator

    Hi there,

    Please use this CSS:

    .single-post .x-container.max.width.offset {
        padding-top: 0;
    }
    #1012262
    ahurlburt53
    Participant

    not even close, any other suggestions

    #1012363
    Prasant Rai
    Moderator

    Hello There,

    Please replace the code with following:

    .x-container.max.width.offset {
        padding: 0 !important;
    }

    Thanks.

    #1012674
    ahurlburt53
    Participant

    did not work. It appears there is some type of conflict

    #1012698
    Rahul
    Moderator

    Hey there,

    Use this instead :

    @media (min-width: 979px)
    .single-post .entry-title {
        font-size: 180%;
        display: none;
    }
    
    @media (min-width: 979px)
    .single-post .entry-wrap {
        margin-top: -59px;
        margin-left: -20px;
        margin-right: -20px;
    }

    Let me know how it goes!

    #1013074
    ahurlburt53
    Participant

    Sorry did not work either.

    #1013472
    Darshana
    Moderator

    Hi there,

    Copy all of your Customizer, Custom > CSS code into an online tool like CSS Lint (http://csslint.net/) and then check for errors. Newly added CSS will not work or parse correctly when you have errors in your existing CSS.

    Thanks!

    #1014438
    ahurlburt53
    Participant

    the only css ive gotten was from your support. Please fix

    #1014502
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

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

    If it doesn’t work, please provide us with your admin account so we can take a closer look.

    Thank you.

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