Okay
  Public Ticket #2059726
Project Title
Closed

Comments

  • gregorlandwehr started the conversation

    Is it possible to fade out the project title at the header?

  •   Andrew replied privately
  • gregorlandwehr replied

    Hey Andrew, 


    yes, thats correct. 


    Gregor

  •   Andrew replied privately
  • gregorlandwehr replied

    Hey Andrew, 


    thanks for your quick response, it works really well with this code, thank!

    It just leads me to the question: Now it is disabled everywhere. If I wan't to have titles at one category, and no titles at another category. Or at one project a title, at another project no title - this is not possible, right?

    Best, Gregor

  •   Andrew replied privately
  •  8,994
    Tahir replied

    For example if you want to remove the title for this post only use below: https://contentflow.de/erste-augmented-reality-elemente-im-livestream/ . 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .postid-6292 #page-header-bg h1 {
       
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • gregorlandwehr replied

    Is this possible for different projects as well? 

  •  8,994
    Tahir replied

    Yes simply change the page id in the css selector .

    Best 


    ThemeNectar Support Team