How change font size of text in Footer?
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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
4Give 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.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.