• Resolved Explorz

    (@explorz)


    I have a page that calls out and lists my most recent posts. I created it simply by creating a menu item that references a specific Category.

    The resulting page has the title of the Category at the top. I would like to get the CSS code for changing the style of the font for that heading.

    Here’s the page: https://beyondthenoisepodcast.com/category/podcast/

    The heading is: Podcast Episodes

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • If your theme has a built-in custom CSS option, use it; otherwise, get a custom CSS plugin and put:

    .archive-title {
    	font-family: "Helvetica";
    	font-size: 24px;
    }

    That should work if you want to use a “standard” font. If you’d like to use a special font, it’s a bit more complicated. Let me know if that’s the case.

    Thread Starter Explorz

    (@explorz)

    Yes, that was it. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Category heading font’ is closed to new replies.