Archived topic
How to control font size in footer
6 replies · Started by Graham Leatherbarrow on January 28, 2015
I've been looking closely at css but can't seem to find a way of controlling the font size in the footer containing site information?
Hi there,
Give this a try:
.site-info {
font-size: 14px;
}
Hi Tom,
Many thanks for prompt response. Didn't seem to work. I'm using a child theme which is currently active into which I entered you code, but no joy?
Can you link me to your site?
Hi Tom,
Solved it. My child theme css editor had a broken closing bracket on previous bit of code. Correcting this sorted it out. Sorry to have troubled you!
Glad you figured it out! :)