Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1250677
    Jennifer S
    Participant

    Hi there! I’ve been scouring the forum for an answer to this for about 45 minutes. I’ve found lots of Custom CSS options – but I’ve tried them all and none are working. I’m not sure why. I even tried copying and pasting Custom CSS from one of my other X sites where it IS WORKING, and it didn’t work here: http://www.theantgroup.com/what-is-bim/

    Everything is current. Site is live, but I will send you a login/pw privately next. Thanks!

    #1250687
    Jennifer S
    Participant
    This reply has been marked as private.
    #1251091
    Rupok
    Member

    Hi there,

    Thanks for writing in! You need to add the below CSS :

    .single-post .entry-featured {
      display: none;
    }

    I have added this to your site to make sure it works. It was not working before because your previous code was not closed properly. I have fixed the CSS.

    Cheers!

    #1251531
    Jennifer S
    Participant

    Oh great – thank you so much for testing it and fixing my CSS problem. Much appreciated – you guys rock, as always! 🙂

    #1251539
    Jennifer S
    Participant

    Sorry, I have a follow up question. I would like my blog post “pages” to be set to “No Container – Header, Footer” but there’s no way to adjust that in the post settings. Is there some universal CSS I can add?

    I tried adding the following, but again, didn’t work.

    .single-post .entry-wrap > .x-container.max {
      max-width: 100%;
      width: 100%;
    }

    Thanks!

    #1251548
    Jennifer S
    Participant

    I managed to find the following, which worked.

    .single-post .x-container.max.width.offset {
        max-width: 100%;
        width: 100%;
    }

    The only problem with it is that the post’s header and meta end up without a container as well. Is there a way to put a container around the posts header/meta info? Right now, I have it hidden. I want to use Cornerstone for my posts, so I’m hoping there’s a way to do this. Please let me know? Thank you!

    #1251708
    Christian
    Moderator

    Please use the code

    .single-post .entry-header {
        max-width: 1200px;
        width: 88%;
        margin: 0 auto;
    }

    Thanks.

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