Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #891737

    How can I change the font to “Lato” for the footer menu?

    and control the font size of the title as well as the items below each footer column heading?
    (Id like the headings to be 22pt and the content below each to be 14pt
    thanks

    #891916

    Hey amerzib,

    Please try the following in Quick CSS under Enfold->General Styling:

    #footer .textwidget * {
      font-size:14px !important;
    }

    Best regards,
    Rikard

    #892515

    Thank you, this worked for the list items in the footer except the site map. How can I get the site map listed below the title smaller?

    And how do I control the size of the titles as well? Id like to make them a bit smaller
    I would also like to make the footer font Lato (google font) for both title and text below the title.

    #893453

    Hi,

    The titles of the widgets are

    #footer .textwidget h3 {
    font-size:14px !important;
    }

    You can learn more how to find the proper CSS class reading the following

    Best regards,
    Basilis

    #894915

    Thanks I got it all worked out now.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Footer menu change font style and size’ is closed to new replies.