As the title says, I'd need to increase the size of the text font of the category. It is too small for many of my readers.
How can I do that?
Thank you
Increase the size of the font of the category
Hi
You can override with this custom CSS code:
.jacl-item__cat {
font-size: 1rem !important;
}
You can put the code into this file: /templates/ja_focus/css/custom.css (Create this file if it doesn't exist)
and you can adjust 1rem to your desired value.
It worked. Thank you so much!
Glad to hear that!
Have a good day!!!
saguaros locked the discussion.