Okay
  Public Ticket #3453157
Hide nav menu on Team Member bio modal page
Closed

Comments

  •  10
    davidkhuffman started the conversation

    Is there a way to hide the menu when clicking through to the bio modal page?

    Thanks!

  •  2,958
    Andrew replied

    Hey David,

    Thank you for getting back to us.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar_team_member_overlay {
      z-index: 10000;
    }
    

    Try that and let us know how it goes.

    Thanks,