Home>Support>How change font size of text in Footer?

How change font size of text in Footer?

Hello,

Referring to:

Font size in Header and Footer

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    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 *

  2. 10 years, 2 months ago seaneo

    thank you!

  3. 10 years, 2 months ago seaneo

    many thanks!

  4. 10 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More