Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #809133

    Hello.
    Can you tell me how to remove/hide the top navigation bar on a single page? It’s where the social media icons go. Also, can you tell me if I can remove it from specific pages I choose?

    #809153

    Hey swalley,

    Which page do you need it removed from. This can be done via css, I just need to know the exact page. You can hide from specific pages by adding the page id to the css.

    Best regards,
    Jordan Shannon

    #809168

    The home page.

    #809169

    I would also like to know if you know how to create a search bar on top of the background image on the home page?

    #809289

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-22 .av-main-nav-wrap {
      display:none !important;
    }

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.