Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1312501
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    /* Archive page */
    .x-header-landmark {
        background-size: contain !important;
    }
    
    .archive.category .x-header-landmark {
       display:none;
    }
    
    /* Comment number */
    .h-comments-title small { 
        top: -4px;
        right: -40px;
        width: 30px;
        height: 30px;
        font-size: 16px;
        font-weight: 300; 
        line-height: 34px;
    }
    
    

    Hope that helps.

    #1312649
    Karen
    Participant

    Hi Paul,
    thanks a lot — I’m afraid that’s not working at all. see screenshot.
    Maybe would it be possible to get rid of the image AND the header underneath as well, on archive page?

    #1312914
    Jade
    Moderator

    Hi Karen,

    Please try this code:

    .archive .h-landmark, .archive .p-landmark-sub {
        display: none;
    }
    
    .archive .x-header-landmark {
        width: 100%;
    }

    Hope this helps.

    #1312964
    Karen
    Participant

    Hi Jade,
    great, that code just made my day! Thank you so much πŸ™‚

    By the way, this bit changed the size of the little round button with the number of comments indeed:
    /* Comment number */
    .h-comments-title small {
    top: -4px;
    right: -40px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 34px;
    }

    It’s still kind of ugly…. What could I add into CSS to delete the button completely?

    Regards, Karen

    #1313070
    Jade
    Moderator

    Hi Karen,

    Please try this:

    .h-comments-title small {
        top: 0px;
        right: -40px;
        width: 25px;
        height: 25px;
        font-size: 12px;
        font-weight: 300;
        line-height: 28px;
    }

    Hope this helps.

    #1313097
    Karen
    Participant

    Hi Jade,
    sorry, the button is still there πŸ™

    #1313218
    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your Customizer:

    .h-comments-title small {
        display: none !important;
    }

    Let us know how this goes!

    #1313225
    Karen
    Participant

    Hey Nabeel,
    its gone πŸ™‚ πŸ™‚
    Thank you for your help and good night for today!

    Regards, Karen

    #1313386
    Jade
    Moderator

    You’re most welcome, Karen.

    #1313387
    Jade
    Moderator

    You’re most welcome, Karen.

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