Remove "Tag Archives" and "Category Archives" labels, Suburbia theme

  • Unknown's avatar

    I used CSS to put a “Search this Site” box under the menu in the left column. But when you select a menu item that sends you to a Category Archive or Tag Archive page, the whole menu slides down to display the label “Category Archives: Policy & Trends” above. This causes the menu to overlap with the Search box I slipped in.

    I’d be happy to just not show the Category/Tag Archive label above so the menu position remains fixed. I’d also be OK leaving it up there but finding a way to make the Search this Site widget adjust downwards when displayed as part of these pages.

    Thanks for any help!
    – Eli

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    #wrapper {
    position: relative;
    }

    #search-4 {
    position: absolute;
    right: 800px;
    top: 500px;
    width: 160px;
    }

  • Unknown's avatar

    Figured it out:

    .archive-heading {
    display: none;
    }

    Will close this just-opened thread.

  • Unknown's avatar

    Whoa, awesome! Thanks for posting the solution you found. Much appreciated.

    Suburbia is a great theme. :)

  • The topic ‘Remove "Tag Archives" and "Category Archives" labels, Suburbia theme’ is closed to new replies.