Okay
  Public Ticket #2013744
Hide portfolio header/title on specific pages
Closed

Comments

  •  1
    aurelienbaa started the conversation

    Hi team,

    I'd like to hide the default header/title on portfolio's projects. I don't want to hide it on every projects, only on specific ones. 

    Is there any way to achieve this with custom CSS and extra class name (or anything else..).

    I did something similar to hide entire rows with extra class names on mobile devices but I can't find a solution for the portfolio titles. No matter what I try, the title is still visible on mobile.

    Thank you!


  •  1
    aurelienbaa replied

    I just added this code to the specific page settings:

    #full_width_portfolio .project-title {
        display: none !important;
    }

    It hides the title the way I wanted. To hide the entire project's header I simply set the Page Header BG color and the Page Header Font color to "none".


  •   Andrew replied privately
  •   aurelienbaa replied privately