Change Category Descriptions Text Size | Community
Skip to main content

Change Category Descriptions Text Size

  • April 7, 2021
  • 1 reply
  • 0 views

Christopher30

Hi, 

I am trying to change the category description text size as it is the same size currently as the category name where can I edit this in the style.css? I do not see it anywhere. Thank you

1 reply

Vladan
  • April 11, 2021

Hey Christopher, you add this CSS snippet at the end of your CSS file. It should do the trick. Just put any font size you want.

.category-content p.page-header-description {
font-size: 15px;
}

If this doesn't help probably the HTML structure of your theme is changed.