Customizing Header menu, category pages

  • Unknown's avatar

    I have a couple of items I would like some help with.

    1. Is it possible to have the header/menu bar float as you scroll?

    2. Is it possible to add Custom text to the category page? I figured out how to take out the archive.title to remove that verbage, but i want to be able to add a title to each page. So instead of it saying Archive category: DIWhat, it could just say DIWhat.

    3. On the posts that appear on the category pages is it possible to remove the little boxes at the bottom with the category terms in them.

    Thank you in advance

    Candace

    https://seemommarun.com

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

  • Unknown's avatar

    Hi there, due to the way the html on your theme is structured, it is not going to be possible to fix the header/navigation to the top when scrolling.

    For the category page titles, instead of the code you are using, use this.

    .category-title-label {
     display:none;
    }

    In some themes we can remove just the “Category Archives” part of the original title. Luckily that is doable with your theme.

    This will remove the categories from the bottom of the posts on the Categories pages.

    .category .postinfo {
      display: none;
    }
  • The topic ‘Customizing Header menu, category pages’ is closed to new replies.