Viewing 1 replies (of 1 total)
  • Plugin Author Josh

    (@josh401)

    WP Edit is used primarily for the content editor (plus a few additional options); however, there is nothing it does for footer text.

    Changing footer text/font should be adjusted using some custom CSS. Do you have a custom CSS plugin; or know how to add custom CSS to your site (might be a theme option)?

    Something like this should do the trick:

    #footer-menu li a {
        font-family: tahoma;
        font-weight: bold;
    }

    (Love your footer menu; by the way!)

Viewing 1 replies (of 1 total)
  • The topic ‘Can I use WP Edit to change the Custom Menu font?’ is closed to new replies.