Home Forums Weaver Xtreme Theme Hide secondary navigation on one page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17971
    TheFoodCop
    Participant

    In Weaver Xtreme, is there a way to hide the secondary navigation bar on just a single page? I’m creating a membership site and don’t want this menu to display on the Home page. I used some information from some older posts (a couple years ago) but that did not work. Thanks!

    #23069
    scrambler
    Moderator

    If it is the home page, add the rule below in Main options > Fonts & Custom > Custom CSS Rule box

    .home #nav-secondary {display:none;}

    if another page use

    .page-id-xxx #nav-secondary {display:none;}

    replacing xxx by the page ID #

    As a general rule, always provide a link to your site so we can be sure of your configuration, and eventually test solution directly on your page

    #23070
    TheFoodCop
    Participant

    That’s exactly what I needed – thanks! I normally would include a link but because it’s a membership site that I’m still in the process of building (and much of the content is restricted), I wasn’t able to do that.

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