• Resolved bensontel2

    (@bensontel2)


    What is the CSS control name that changes the category label font in twenty-sixteen?
    I am using a child theme and Easy Google Fonts, so I need to know the control name.

    FYI: I am using Active Control to hide the words “Category:” I want to change font for the text that follows. In this example it is “Slow history.” Thank you.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • You will want to target this:

    .archive .page-title {}

    That will affect all archives: categories, tags, etc. But if you just want it for categories, then it would be:

    .category .page-title {}

    Thread Starter bensontel2

    (@bensontel2)

    Perfect! Thank you. However, it does seem to also affect both ordered and unordered lists using option 2.

    • This reply was modified 7 years, 1 month ago by bensontel2.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change font on category label?’ is closed to new replies.