Okay
  Public Ticket #2254509
Header disable?
Closed

Comments

  • kenjatho started the conversation

    Hey guys,

    is it possible to hide the "portfolio" Header? didn´t found a checkpoint in the Theme-options. I don´t want to show the Title of the Portfolio-item. 


    thanks for that nice template!

    cheers, Ken

  •  3,023
    Andrew replied

    Hi there,

    Thank you for getting in touch.

    Could you please send us your url so that we can try write a css code to fix that.

    Kind regards,

  •   kenjatho replied privately
  •   Andrew replied privately
  • OBRstudios replied

    I also want to hide the header title 

    https://blackrainbow-4a2759.ingress-alpha.easywp.com/portfolio/portrait/

    and also make the navigation bar transparent so the hero image sits behind it

  •  3,023
    Andrew replied

    Hi there,

    With your current portfolio page you seem to be using a row with a background image or something like that in the portfolio content area.

    First to get the transparent header you can use the project header section on the portfolio item edit page area. Set the background type to image and then the page header height. If you have the transparent header enabled that is salient \ header navigation - transparent header effect - Use Transparent Header When Applicable, then the header would go transparent on just those settings.

    Then if you want to hide the header title then use this CSS:

    .single-portfolio .row .col.section-title{
        display:none;
    }
    

    add the CSS to salient \ general settings - css script related - custom css code.

    Hope this helps.