Child theme footer social icons larger?

Hey there,

Would love to be able to make the social icons in the footer larger, is that possible? https://rrgchristianc.wpengine.com/

Hi @tkcostello,

Thank you for writing in, regretfully, with the standard footer, that is only possible with custom CSS, you can add the custom CSS below to Theme Options > CSS. But first, please check all your custom CSS here as it seems there is an error somewhere on your custom CSS.

footer.x-colophon.bottom .x-social-global a {
	font-size: 30px;
}

Please note that we don’t really provide customization, it would ultimately be your responsibility to take it from here.

You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial

Hope it helps,
Cheers!

That was very helpful, thank you so much.

Hello @tkcostello

Glad that we are able to help you.

Have a great day!
Thanks

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