Home>Support>Change footer font size – Secondary Menu and Footer Copyright text

Change footer font size – Secondary Menu and Footer Copyright text

Hi-

I am using Virtue Premium. I have read every thread I can find and tried everything suggested, but nothing changes the font size of the things that are in my footer. The only things that are in there is a Secondary Menu and the Footer Copyright Text.

I have tried to change the size of the Secondary Menu font in the Theme Options>Menu Settings, but that did not work. I tried adding the following custom css in Theme Options > Advanced Settings> Custom CSS box:

/* Footer Font Size */

#colophon * { font-size: 18px !important; }

but that didn’t work. Can you please help me? The font is microscopic!

Thanks!
Tracy

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 6 months ago Alex S
    Hi, I Work Here

    Hi ABWtswilson,

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

    With that said, with the use of the CSS Editor you should be able to easily adjust the font sizes via the visual view. I would recommend referring to the help docs for more information.

  2. 8 years, 6 months ago ABWtswilson

    Hi Alex-

    http://www.alpinebikeworks.com

    Thanks,

    Tracy

  3. 8 years, 6 months ago Alex S
    Hi, I Work Here

    Hi ABWtswilson,

    I can’t actually see the text in your footer. Oh… wait, no there it is. That’s really small! Try the following CSS:

    .footercredits p, .footernav ul li a {
        font-size: 15px;
    }
    
  4. 8 years, 6 months ago ABWtswilson

    hahaha. That did the trick. And if I wanted the footer credits to be smaller then the footer nav?

  5. 8 years, 6 months ago Alex S
    Hi, I Work Here

    Hi ABWtswilson,

    In that case, split them up. Please replace the previous text with:

    /* Footer Credits */
    .footercredits p, {
        font-size: 12px;
    }
    
    /* Footer Nav */
    .footernav ul li a {
        font-size: 15px;
    }
    

    The default font size is 10px.

  6. 8 years, 6 months ago ABWtswilson

    Awesome. Thanks for your help, Alex. I am all set.

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