Okay
  Public Ticket #1782941
Hide Footer in Portfolio projects
Closed

Comments

  • arielcnd started the conversation

    Can I hide the footer in all portfolio projects?

  •  8,997
    Tahir replied

    Hey A,

    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 div#footer-outer {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team