Okay
  Public Ticket #2890169
of how to hide the title page on projects
Closed

Comments

  • Roberto Di Lodovico started the conversation

    Hello,

    i need to hide the title page on the project pages, what can i do?

    can you send me code for the functions.php?

    I would not like to hide the single page from css

    Thank you very much

  •  1,627
    Andrey replied

    Hello, Dear Roberto Di Lodovico!

    Please, send the exact link on your website where you want to hide and we will help you.

    If you mean the single project page, you can use the next code.

    .vertical-item.content-padding.big-padding .item-content {
        padding: 50px 45px !important;
        display: none;
    }

    Best Regards!

  • Roberto Di Lodovico replied

    Hello,

    Thanks for the reply,

    the site is now visible the page is this:

    https://www2.alsolved.org/projects/voucher-digitale-ravenna/

    can you send me pleace the syntax to make all the page title disappear? why do i have to create landing pages,

    if possible also the syntax to make the page title disappear on some pages of services and single pages

    otherwise can you recommend a compatible plugin that at my choice I can disable the page title on some pages?


    thanks

    Regards

    Roberto

  •  29
    Dmitry replied

    Dear Roberto Di Lodovico!

    In order to remove the breadcrumbs, please paste these code to Additional CSS:

    .page_breadcrumbs {
        display: none;
    }
    .section_padding_top_150 > [class*="container"] {
        padding-top: 40px;
    }

    Then click to Publish button and check the results.

    Best Regards!