Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi ejpainter,

    just find the code below in your theme CSS and modify the font-size to something like this:

    .entrycat {
    font-size: 18px;
    }

    Let me know if it works,

    Cheers,
    Riccardo

    Thread Starter ejpainter

    (@ejpainter)

    Riccardo! Thank you for your timely response!
    That is excellent! Thank you so much! I changed it in the parent theme and it worked well, but I am under the impression I should only be adjusting things in the child theme, I tried posting the above code into the child theme, but it didn’t increase the font size. Is it ok to just do it in the parent theme?
    Thank you Thank you!
    Elizabeth

    https://www.ejpainter.com/category/mixedmedia

    Sorry my bad I should’ve mentioned before that it’s safer to do it in the child theme, try with this and let me know if it works

    .entrycat {
    font-size: 18px!important;
    }

    Cheers,
    Riccardo

    Thread Starter ejpainter

    (@ejpainter)

    Hi Riccardo,
    I put it into the child theme, but it didn’t increase the size of the font. I returned the parent theme to the original font size.
    Thank you for your help!
    Elizabeth

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Size of Post Titles Under Categories’ is closed to new replies.