Okay
  Public Ticket #3202326
Remove Breadcrumb
Closed

Comments

  •  1
    JULIEN started the conversation

    Hi i use your theme for my website but i don't find how i can remove the breadcrumb from all my page??? 

    Attached files:  Capture d’écran 2023-01-06 à 18.21.57.png
      Capture d’écran 2023-01-06 à 18.22.05.png

  •  8,839
    Tahir replied

    Hey JULIEN , 

    Thanks for using Salient.

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

    p#breadcrumbs {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    JULIEN replied

    Thanks, it's working 

  •  8,839
    Tahir replied

    Glad to help, let us know if you have any further queries.

    Best 


    ThemeNectar Support Team