Okay
  Public Ticket #1867217
Remove Single Project Page Navigation
Closed

Comments

  • AudioBrad started the conversation

    I don't currently have a need for Single Project Page Navigation and would like to disable it for the time being. What is the best way to do this?

  •  8,996
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   AudioBrad replied privately
  •  8,996
    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):

    #full_width_portfolio .container-wrap[data-nav-pos="after_project_2"] .bottom_controls {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • AudioBrad replied

    That works. Thank you!