Editing the font size in footer text

How do I edit the size of text in the footer? I have edited the fonts to be bigger on my site https://kitaratunnitturku.com/ but the Footer text still is the same size as before. How do I increase it?

Hello Jere,

Thanks for writing in!

Please add following CSS under X > Theme options > CSS:

footer.x-colophon.bottom {
    font-size: 15px;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Thank you! This worked exactly how I wanted it. Used 14px though since 15px felt slightly too large.

You’re always welcome!

Cheers.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.