Try
.footer--row-inner.footer-bottom-inner.dark-mode.footer-content-wrap {
font-size: 80%;
}
To add or override CSS: use the “Additional CSS” option in the customizer. https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress
Learn to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.
Thank you so much for your support!
Hi there,
I did try the code yesterday and it worked. Somehow the font size gets bigger today and the above code is no longer work.
Is that code still in your custom CSS? I don’t see it on the page at all.
Hi,
I have already added it back to my custom CSS. Even i added !important at the end, but it still does not work.
Did you change any theme settings? This now works:
.footer--row-inner.footer-bottom-inner.footer-content-wrap {
font-size: 80%;
}
See https://i.imgur.com/3qAKEds.png
- This reply was modified 1 day, 14 hours ago by
Steve Stern.
Thank for your help! Now it works.
I just realised that my theme has been updated this morning, i think this is why the previous code is not longer work.
Thanks.