Change font style & color for Title of Category pages

Posted in: Newspaper
Post count: 114

Hello! Where in the font settings can I change the font style for the title of the Category pages? Seen here (http://e50.4da.myftpupload.com/category/gallery/) the title “Gallery” is seen as black and all caps. I would like for it to be blue and not caps, and possibly smaller. I’ve looked through the font settings in the Theme Panel and can’t seem to find where to change it. Can you tell me where? Thanks!!

Post count: 22421

Hello,
Please use this custom css code to change the uppercase back to lowercase and to change the text color and size:
.td-category-header .td-page-title{
text-transform:none!important;
color:blue;
font-size:28px;
}

You can add the code in the theme panlel-> custom css box
Thanks.

Post count: 114

Thank you!

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