• Resolved ashahmurat

    (@ashahmurat)


    Hey peeps,

    I want to have descriptions on category pages, below the title. I was pointed towards WP Editor, which provides the function, but positions the description above the title and in the same size. Can anyone assist in how I can a) place the description below the title; and b) reduce the font size for description only?

    Thanks,

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    You have actually hidden the Category page title, and the Portfolio text was added with an after pseudo rule in your custom CSS. In your custom CSS, change this

    body.category-portfolio .page-header:after {
      content:'Portfolio';
    }

    to this.

    body.category-portfolio .page-header:before {
      content:'Portfolio';
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Category page description is above title’ is closed to new replies.