Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #285598

    How do I edit/customize a single page of my website to show it without the normal header?

    #285620
    Skandha
    Participant

    @gardenpartycrosswords: Hello there,
    Can you please post in your site URL and let me know on which page you would like to remove the header?

    Kind Regards,
    Skandha

    #285668

    Thanks for the quick response.

    Here is a page I’d like to display without its header:
    https://gardenpartycrosswords.com/garden-party-crosswords-year-zero-rows-gardens/

    #285681
    Skandha
    Participant

    @gardenpartycrosswords: Hello there
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page-id-2107 #branding {
        display: none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #285698

    Just what I needed, Skandha — thanks a bunch!

    #285702
    Skandha
    Participant

    @gardenpartycrosswords: Hello there, 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-box/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

    #285708

    Skandha, I’d love to leave you a 5-star review, but WordPress is not cooperating. When I follow the link you gave me, I see a message: “You must be logged in to leave a review.”

    When I try to log in, WordPress says I have the wrong password! But I know it’s right because I was able to edit my site following your helpful instructions.

    #285726
    pspooja256
    Participant

    I want to use Catch Theme on my blog icemakinghub.com (which is currently running on GeneratePress). Can you tell me the best method to show a static homepage without Elementor or any other page builder?
    Because Elementor slowed my blog and it has high CLS in Lighthouse test.

    #285751
    Skandha
    Participant

    @gardenpartycrosswords: Hello there,
    You will need to create a wordpress.org account to leave a review. Would be really thankful if you spared some of your time to do that. The login credentials you use to login to your site doesn’t work here. Have a good day! 🙂

    Kind Regards,
    Skandha

    #285752
    Skandha
    Participant

    @pspooja256: Hello there,
    You can use any of our themes and show a static homepage.

    Let me know if you have any issues using our themes.
    Kind Regards,
    Skandha

    #286542
    Naoko
    Participant

    Hello,

    This topic is very interesting to me.
    I removed the header from only one page.
    Is it possible to make bigger the title font only on this page?

    My page is
    https://chokowalk2.sakura.ne.jp/flowers/josenji-yamato/
    I would like to set the title font of this page to 36px.

    Regards,
    Kuku

    #286548
    Skandha
    Participant

    @naoko-kaku: Hello Kuku,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page-id-1006 article .entry-title {
        font-size: 36px;
    }

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

    #286588
    Naoko
    Participant

    Hello Skandha,

    Thank you for your quick response. And it works perfect!

    Thanks again!

    Kuku

    #286616
    Skandha
    Participant

    @naoko-kaku: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Remove header from just one page (not whole site)’ is closed to new replies.