Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #483928

    Hi guys,

    I have a customized page which I use to display my blog entries; and although I set the page to hide both the title and breadcumbs, it keeps showing the title.

    How can I hide the title in my blogpage? I do not even want the bar to appear on it.

    Regards,

    Chapdes

    #484488

    Hey chapdes!

    we would need to see the blog page in question. I am not sure if I found the right URL (see private content) on your website, because there I cannot see any breadcrumb. However, use this code to remove the title:

    strong.main-title.entry-title {
    display: none;
    }
    

    Best regards,
    Andy

    #484617

    Hi Andy,

    Yes, you found the right URL.

    Your code helped me remove the title; but is the whole bar I want to remove. How can I do it?

    Regards,

    Chapdes

    #484667

    Hi!

    try this code to remove it:

    .stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
    display: none;
    }
    

    Cheers!
    Andy

    #484837

    Thanks Andy, your code is really doing the job !

    Regards,
    Chapdes

    #484860

    Hi!

    Let us know if you need anything else, we will be happy to assist!

    Regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Title and breadcumbs on Blog Page’ is closed to new replies.