Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello,
Referring to:
As per that thread, I added the below CSS:
/* Footer */
#footer-widgets .widget .widget-title {
font-size: 14px !important;
}
..but it only changes the font size of the title of the footer. What could be the coding to change the actual content text of the footer?
I didn’t try any of the other code in the that post, like the .entry-content-h2 because I don’t understand what all those H numbers are for or what they will affect – what do they affect?
Many thanks

Give this a try:
/* Footer Font Size */ #colophon * { font-size: 16px !important; }Adjust 16px as required.
That says within the div ID #colophon, which is the footer container, make everything 16px. Everything is the *
thank you!
many thanks!
For sure.