Okay
  Public Ticket #3246066
menu items
Closed

Comments

  • mcclellanddigital started the conversation

    Hi Team,


    Please see attached image. 

    How do i delete this second menu circled on all my pages and stop it from appearing? Cant seem to find an option anywhere have been stuck for hours trying to locate. Any help would be much appreciated.


    Thanks 

    Lochy 

    Attached files:  1.PNG

  •  8,839
    Tahir replied

    Hey mcclellanddigital ,

    Thanks for writing in.

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

    #breadcrumbs {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team