Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #226437
    litjby
    Participant

    Hi! Is there a way to remove the title and line that overlays pages and posts, but still keep them on the front page scroll (posts)?

    https://www.steinkjerarkivet.no/omsteinkjerarkivet/

    Lars

    #226447
    Skandha
    Participant

    @litjby: Hello Lars,
    Do you mean to remove the single post/page titles on top of the image?
    Please let me know so that I can provide you with the necessary CSS Code.

    Kind Regards,
    Skandha

    #226453
    litjby
    Participant

    Yes, that’s exactly what I meant 🙂

    #226457
    litjby
    Participant

    And by the way. Thank you very much for quick reply. I also wonder if there is an option to remove the previous/next box in posts?

    https://www.steinkjerarkivet.no/2019/11/13/beitstaden-historielag/

    #226623
    Skandha
    Participant

    @litjby: Hello Lars,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To remove post/page titles on top of the image */
    .custom-header .entry-title {
        display: none;
    }
    
    /* To remove previous/next box in posts */
    .single-post .navigation.post-navigation {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #226642
    litjby
    Participant

    Hi! You guys are really good. Thax! This worked great. One last question from me for this time: Is it possible to remove the category line from the header as well? (Home> Gallery> Egg> historielag)

    (https://www.steinkjerarkivet.no/2019/11/05/egge-historilags-bildearkiv/

    Lars

    #226742
    Skandha
    Participant

    @litjby: Hello Lars,
    Go to => Appearance => Customize => Theme Options => Breadcrumb => Uncheck the option Check to enable Breadcrumb.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #226752
    litjby
    Participant

    It worked great! Thanks again! 🙂

    Lars

    #226757
    Skandha
    Participant

    @litjby: Hello Lars, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-fullscreen/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Remove page and post title’ is closed to new replies.