Change font size of categories and sub categories
Hi there,
Can anyone explain how to change font size of the categories en sub categories in Hirebee theme?
I found below answer on the forum from last year, but can not find the text anywhere in my style.css.
CAN ANYONE HELP PLEASE??
Hello,
thanks for approaching. You can change the font size of sub-categories by finding "#directory .catcol li.maincat > ul.subcat-list" in style.css of your parent theme and replace it with this line:
#directory .catcol li.maincat > ul.subcat-list { border-top:1px solid #DDDDDD; border-bottom:1px solid #FFFFFF; margin-bottom:-3px; padding-bottom:8px; font-size: 14px;}
Or you can add this line into style.css of your child theme.
Regards,
Crea8vlogix