Change font size of categories | Community
Skip to main content

Change font size of categories

  • December 15, 2021
  • 3 replies
  • 0 views

On the landing page for a category, I wanted to update the size of the category names because the size looks too similar to the size of the article names. 

Where can I change the size of those category names? Is it in the style.css file or maybe in the category_page.hbs?

3 replies

Pulkit12
  • December 15, 2021

Hi George Alpizar

Please add the following below code at the bottom of your style.css file 

.section-tree-title {
font-size:24px; /* you can update the value according to your need */
}

Let me know if it solves your issue

 

Thank You 

Pulkit


  • Author
  • December 17, 2021

Hi @pulkit12

That worked! Thank you for the suggestion!

George 


Pulkit12
  • December 17, 2021

Hi George Alpizar

Happy to hear that it works for you, have a nice day

Thanks
Pulkit