ThemeShaper Forums » Thematic

nav-below displayed when not needed

(1 post)
  • Started 1 year ago by ahoereth
  • This topic is not resolved
  1. ahoereth
    Member

    Hey there,
    I want to hide the #nav-above on pages which do not need the navigations. For example as long as the blog has under 10 posts or an category does.

    So something like that, but not with .paged . I did not find any bodyclass which could help me here :(

    #nav-above {
        display:none;
    }
    .paged #nav-above {
        display:block;
    }

    Thanks already

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.