Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #190052

    Hi,

    I already asked this question about the blog page and added this ccd that works perfectly:
    .blog .title_container .container { display: none; }

    I would like the same but on blog post. I know I can select “no header” when I write the post but as I will never want a header I was wondering if there was a css for the header not to show in blog post automatically .

    Kind regards,

    Delphine

    #190063

    Hi Delphiine!

    You can use this:

    .single . title_container .container { display: none; }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    #190064

    Hi Delphiine!

    You can use this:

    .single .title_container .container { display: none; }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    #190133

    Hi Ismael,

    Perfect! Thanks a lot!

    Cheers!

    #190136

    Hey!

    Glad it worked. :)

    Cheers!
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘I don't want a header/breadcrumb on post page’ is closed to new replies.