Change font in category template

Posted in: Newspaper
Post count: 10

Hi all,

I need to change the font (specifically the text transformation) in my category template. Right now I’m using Category Style 1, and my category pages look like this — http://dev.boundary2.org/category/b2o-an-online-journal/

My problem is I need the header of the page (the part that says “B2O: AN ONLINE JOURNAL” in bold caps) to not be capitalized. I want it to transform it to lowercase to be consistent with the rest of my site, but I can’t seem to do this through the theme fonts section in the theme panel. Any advice? Is there a way to do this without going in and messing with the API?

Thanks!

Post count: 23312

Hello boundary2,

If you want to have the title of the category page in lowercase mode, you have to use a bit of CSS code to change it. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td_category_top_posts_style_1 .td-category-header .td-page-title {
text-transform: lowercase;
}

The result you should see here -> http://screencast.com/t/lUhyON8Nn

Thank you for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.