How can I make the Category description font become H1?
-
Hi All,
My site (Ixion based) had two Pages with ‘Category’ in the page title. I removed the word ‘Category’ and title with CSS.
I would like to now enlarge the Category description so that it will in effect be my page title. How can I do this in the CSS?
Many thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
The style can be changed by adding the css below to the customizer in My Sites → Customize → CSS.
.category .taxonomy-description { font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 32px; font-weight: bold; line-height: 1.2; } @media screen and (min-width: 50em) { .category .taxonomy-description { font-size: 36px; } }If the css doesn’t work, please let me know.
Thanks :)
-
-
-
-
-
Please create your own thread at the url below, then post a link to the site you need help with in that thread.
https://en.forums.wordpress.com/forum/css-customization#postform
CSS is theme specific, so we’ll need to see your site to provide you with the right css.
Thanks :)
- The topic ‘How can I make the Category description font become H1?’ is closed to new replies.