Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter crysclarke

    (@crysclarke)

    This is frustrating! I can usually figure out the issues on my own or with these forums without posting. Not today. This is the code for the Archive Category Pages:

    <header class=”archive-header”>
    <h1 class=”format-icon”>Category Archives : <span>Recipes & Nutrition</span></h1><div class=”archive-meta”>
    <!– enchanced category page (ECP) content –>

    <article id=”post-951″ class=”post-951 enhancedcategory type-enhancedcategory status-publish hentry”>

    Thread Starter crysclarke

    (@crysclarke)

    Yes, it seems as though the code regarding the header is not quite right. I want to keep the of the page ie. “Recipes and Nutrition,” but not the “Category Archives : Recipes & Nutrition” that it gives me if this code isn’t there. This is the code giving me trouble:

    .archive-header {
    visibility: hidden;
    position: relative;
    }

    .archive-header span {
    visibility: hidden;
    display: none;
    position: absolute;
    top: 0;
    }

Viewing 2 replies - 1 through 2 (of 2 total)