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

Hi

You can override with this custom CSS code:

.jacl-item__cat {
    font-size: 1rem !important;
}

    saguaros Sorry but where do I add that code?

    And 1rem refers to the font size?

    Thank you

    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!!!

    Write a Reply...
    You need to Login to view replies.