Okay
  Public Ticket #3181974
Header
Closed

Comments

  • jcb1616 started the conversation

    Hi there, 

    On my bonus page, I would like to avoid to add Accueil >> Bonus and the header but I can't find how ? I succeed in the Home Page but  not in the bonus page. 

    Could you please tell me how ?

    Thank you in advance.

  •  8,403
    Tahir replied

    Hey Again,

    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 

  • jcb1616 replied

    Thanks Tahir, 

    The code permit to hide Accueil >> Bonus but there is style the logo header. I do not find how to hide it in the options.

    Thanks

  •  1,644
    Judith replied

    Hi There,

    I am not sure I understood your query.

    The code permit to hide Accueil >> Bonus but there is style the logo header. I do not find how to hide it in the options.

    Please give us more information of your query.

    Thanks.

  • jcb1616 replied

    I join you a screenshot. Here is the header that I would like to hide. 

    Thank you !

    Attached files:  Capture d’écran 2022-12-06 à 13.58.42.png

  •  1,644
    Judith replied

    Hi There,

    Please select this option:

    7007483349.png

    Thanks.

  • jcb1616 replied

    Thanks !