Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1341564
    Jennyfer M
    Participant

    Hello there,

    I’m working on this page http://bilingualva.com/services/ and would like to hide the title and also make sure the screen is covered by the image. How can I achieve this. I’ve attempted the line of coding provided on previous thread to no avail.

    Greatly appreciated any help

    #1341662
    Thai
    Moderator

    Hi There,

    Please try adding the following CSS under Customizer > Custom > Global CSS:

    .page-id-22 .entry-title {
        display: none;
    }
    
    .page-id-22 .entry-wrap {
        padding-top: 0;
    }
    
    .page-id-22 .offset,
    .page-id-22 .entry-content.content {
        margin-top: 0;
    }

    Hope it helps 🙂

    #1342426
    Jennyfer M
    Participant

    I notice your code seems to be for one page in particular. is that a global setting?

    #1342643
    Rupok
    Member

    Hi there,

    Thanks for writing in! This code is for specific page. If you take of the preceding page ID class then it will be applied globally.

    Cheers!

    #1343649
    Jennyfer M
    Participant

    Thanks

    #1343777
    Nico
    Moderator

    You’re most welcome.

    Feel free to ask us again.

    Thanks.

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