Home Forums Azuma Fixing an issue with “Category Descriptions”

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11385
    LCoul
    Participant

    How do I stop the description that I wrote appearing within the header image area. I want this description at the bottom of the page above the footer but below my post grid.

    Thanks.

    #11386
    Andy
    Keymaster

    At ‘Appearance’ > ‘Customize’ > ‘Layout Options’ > ‘Page Title Layout’, selecting the 2nd or 3rd option will take the title and description out of the large header image area, and display it in the main content area.

    If you want to keep the large header image layout, but want to hide the category description, copy this code to ‘Additional CSS’:

    .archive-description {
        display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Fixing an issue with “Category Descriptions”’ is closed to new replies.