Okay
  Public Ticket #1776504
Portfolio Title
Closed

Comments

  • Fatma started the conversation

    Hello!

    Is it possible to modify the portfolio title? Or to not display it at all? 

    Thank you!

    Fatma

  •  8,997
    Tahir replied

    Hey Again,

    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):

    .single-portfolio .row.project-title .container {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •   Fatma replied privately
  •  8,997
    Tahir replied

    Hey Again,

    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):

    #sidebar div#project-meta {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •   Fatma replied privately