Okay
  Public Ticket #3239668
hide navigation bar
Closed

Comments

  •  1
    Alejandro started the conversation

    Hello, how can i hide the navigation bar that is between the main menu and the banner? in the attached picture you will see a white space with the navigation bar. Thank you!

    Attached files:  Screen Shot 2023-02-23 at 6.30.17 PM.png

  •  1,882
    Judith replied

    Hello Alejandro,

    Thanks for choosing Salient.

    Please try this css:

    .main-content > .row > #breadcrumbs.yoast {
        display: none;
    }

    Thanks.

  •  1
    Alejandro replied

    Hello Judtih,

    Thank you for your prompt reply, it worked perfectly, thank you for your help!