Hello,
I have increased the defaut content font size in Options / General styling / Fonts from 13px to 14px. The result is okay, except that it has increased also the size of some fonts in the footer.
So I want to keep 14px as the size of the contents of my website but I would like to keep the default size of:
– “Interesting links”
– The list of my links below
– “Categories”
– The list of my categories below
What are the codes I have to add in my child style.css please?
Thanks in advance,
Regards,
Marianne
Hi mcass;
truy with these lines (insert theme into your custom css file) ;
for ffoter :
#footer{font-size: 13px !important;}
for socket :
#socket{font-size: 13px !important;}
Thanks, it works perfectly :-)
Marianne