Change Footer Menu Font - by Holn8r - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Jack Richardson

  • Avatar: Holn8r
    Holn8r
    Participant
    January 17, 2016 at 03:21

    Hi. I am having a hard time figuring out where and how to change the footer menu font on my site. I would also like to give the footer menu a bit more space, as I am wanting to make my footer menu item (Privacy Policy) larger. I made it all caps and it now displays on 2 lines and I want it only on one line.

    http://www.new.tmjtherapycentre.com

    1 Answer
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 17, 2016 at 23:59

    Hello,

    Change your code in custom css

    .copyright-1 .copyright-payment li, .copyright-2 .copyright-payment li, .copyright-3 .copyright-payment li, .copyright .copyright-payment li {
        width: 99px !important;
    }

    to the following:

    .copyright-1 .copyright-payment li, .copyright-2 .copyright-payment li, .copyright-3 .copyright-payment li, .copyright .copyright-payment li {
        width: auto !important;
    }

    and add this css code to change font and font size:

    .widget_nav_menu li a {
        font-family: Arial !important;
        font-size: 16px !important;
    }

    Change values to your needs.

    Best regards,
    Jack Richardson.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.