Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #77952
    Mark
    Participant

    I use the Catch Responsive Pro theme and I’m looking to create a distraction free landing page. What I’d like to hide via CSS is the Masthead, Search, Navigation, and Breadcrumbs on specific pages.

    #77953
    Mark
    Participant

    Figured it out:
    .page-id-545 #masthead,
    .page-id-545 #menu-main-menu,
    .page-id-545 #breadcrumb-list {
    display: none;
    }

    Thanks

    #77957
    Sakin
    Keymaster

    @Mark: Thant’s nice. Thanks 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Landing Page’ is closed to new replies.