Okay
  Public Ticket #3249885
blog page style
Closed

Comments

  •  4
    caterina started the conversation

    Hi, how can i create a second style for blog page that hasn't both header and footer? Is that possible?

  •  2,958
    Andrew replied

    Hello Caterina,

    We can try adding custom CSS to remove the header and footer for your blog page. Please share the blog page URL so we can add CSS for what's possible.

    Kind regards,

  •  4
  •  1,877
    Judith replied

    Hi Caterina,

    Thanks for writing back.

    You can select, this template:

    3380086018.png

    Thanks.

  •  4
    caterina replied

    Hi Judith is not a page, is a post type

    Attached files:  Immagine 2023-03-06 163713.png

  •  4
    caterina replied

    @Andrew

    i receivedd your code by email, don't know why cannot see the post rely here but it doesn't work. I cleaned the cache but i still see both header and footer

  •  2,958
    Andrew replied

    Hello Caterina,

    Here's the CSS, with a little adjustment. Try it and let me know how it goes.

    .postid-18106 #header-space, .postid-18106 div#header-outer, .postid-18106 div#footer-outer {
        display: none !important;
    }
    

    Cheers,

  •  4
    caterina replied

    no differencies but I also still note the sidebar even I set Standar Blog No sidebar as blog type and Hide Sidebar on Single Post on.
    So chache issue maybe....

  •  1,877
    Judith replied

    Hi Caterina,

    Please try this css:

    .postid-18106 #header-outer {
        display: none;
    } .postid-18106 #footer-outer, #nectar_fullscreen_rows > #footer-outer.wpb_row .full-page-inner-wrap {
        display: none;
    }

    Thanks.

  •  4
    caterina replied

    hi Judith it works thank you!!!