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;
}