Category titles
For our blog posts, we have the titles set to H5.
When we utilize the category filters, the titles default back to H1.
Is there a way to control post title font size when using the category filters? Or, can the category page post characteristics inherit the same characteristics as the project (portfolio page).
Projects page: https://pbsbeta.com/projects/
Category page example: https://pbsbeta.com/category/roof-system/cfr/
Thank you.
Comments
Hey,
Please send us the WordPress dashboard access privately thru the contact form, which is on the right side at http://themeforest.net/user/muffingroup#contact, and we will check what might be the reason.
Notice!
Please attach a link to this forum discussion.
Sending incorrect or incomplete data will result in a longer response time.
Therefore, please ensure that the data you send are complete and correct.
Thanks
Thank you, and I have just sent over the access via the link provided.
Hi Phil, We used CSS to control the category title font size, which seems to be working fine:
.post-categories{
font-size: 16px !important;
}
It's good to see that you handled it.
However, you created a custom template for blog archives, and you set up H2 heading there. I have changed it to H5, so you can get rid of this CSS.
Best regards