Okay
  Public Ticket #4505711
Portfolio
Open

Comments

  •  2
    Gilda started the conversation

    I am having difficulty making the header text readable over the header image on my portfolio pages.  Is there a way to either hide the header text (title text) from the header or place a feint background color in back of the text so that it will show up as more readable?

    Thank you.

  •  399
    Pat replied

    Hi Gilda,

    Great to have you back.

    You can hide the portfolio title using the custom CSS code snippet below:

    #page-header-bg .project-title {
        display: none !important;
    }
    

    Please let me know if this suits you or you prefer the color overlay option while leaving the page title visible.


    Kind regards,

    Salient Theme Support