Change font size of sub-categories
Hi there,
I posted this issue before, but with no success in solving the problem.
On the categories page of Hirebee theme the font size of Sub-Categories ios to big.
The answer I got earlyer is this one;
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
Firts of all. I do not use a childtheme.
Second: This line: "#directory .catcol li.maincat > ul.subcat-list" is no where to be found in the style.css of Hirebee Theme
And third: If I add the 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;} to my style.css IT DOES NOT WORK. The font size of sub-categories stays the same.
CAN ANYONE PLEASE HELP??