This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

How change font size of text in Footer?

Resolved 4 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Andrew Misplon Staff 11 years, 8 months ago

    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. seaneo 11 years, 8 months ago

    thank you!

  3. seaneo 11 years, 8 months ago

    many thanks!

  4. Andrew Misplon Staff 11 years, 8 months ago

    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.

Have a different question or issue?

Start New Thread