Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1079446
    tylervarian
    Participant

    Hi. I looked in the forum and see that someone asked this same question in 2014. I copied the CSS and put it in the Customizer but there was no change to the font size of my footer text. Should I be doing something else?

    Thanks so much!

    CSS Used:
    .x-colophon.bottom .x-nav, .x-colophon.bottom .x-colophon-content {font-size:1.25em}

    My website:
    http://69.195.124.107/~tudiofi8/

    #1079867
    Rad
    Moderator

    Hi there,

    Thanks for posting in.

    Your CSS is not properly closed,

    @media (max-width: 767px){
    div#meettheteam {
        background-image: none;
        padding: 50px 0 !important;
    }
    .x-colophon.bottom .x-nav, .x-colophon.bottom .x-colophon-content {font-size:1.25em}

    should be like this,

    @media (max-width: 767px){
    div#meettheteam {
        background-image: none;
        padding: 50px 0 !important;
    }
    }
    .x-colophon.bottom .x-nav, .x-colophon.bottom .x-colophon-content {font-size:1.25em;}

    Cheers!

    #1080170
    tylervarian
    Participant

    Rad,

    You guys/ gals are the BEST!!! 🙂

    #1080185
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1079446 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>