Okay
  Public Ticket #964719
Single Project Page Navigation (Portfolio)
Closed

Comments

  •  1
    Eric started the conversation

    Hello,

    How can I remove the "Single Project Page Navigation" from portfolio project pages? I'm given the option to either put it at the top or the bottom of portfolio project pages, but I would like to remove it all together.

    Thanks

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    /* remove Single Portfolio Bottom Controls  */
    .bottom_controls {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team