Site logo

Archived topic

Archive Title and Description

4 replies · Started by Ian on July 16, 2021

Viewing posts 1–5 of 5

Not sure what I am missing. FOr one blog, I do not see the Category Title and Description in the Archive page. Is there a switch I missed somewhere?

Never mind! Killed all cache and it works now!

Marked as resolved.

By the way, is there a GPP section that controls the background colour of the Taxonomy Description area? I see "Archive Content Title" but no background.

Hi there,

it requires a little CSS to style that element. Try this:

.archive .site-content .page-header {
    background-color: #f00;
    color: #fff;
}
This archived topic is closed to new replies.