Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #873570

    Hello geniuses!
    I have 4 footer widgets, all having different font styles and sizes. I have no idea why. Can you advise some CSS help here?

    I want them Open Sans 400 14px, same as my body font.

    https://schoolofbookkeeping.com

    #874005

    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Edit Global CSS:

    .x-colophon.top .widget_nav_menu ul>li a,
    .x-colophon.top .widget ul li a, 
    .x-colophon.top .widget ol li a {
        font-size: 14px;
        font-family: "Open Sans",sans-serif;
        font-weight: 400;
    }

    Hope it helps 🙂

    #874193

    Thanks. Worked great!

    #874362

    Thai
    Moderator

    You’re very welcome 🙂

    If you need anything else please let us know.