Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #420809

    Hi I’d like to make the text and links in my footer larger. How can i accomplish this?

    (See screenshot for example)

    #421034

    Hey slipp22!

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

    #footer {
      font-size: 120%;
    }

    Increase or decrease the value 120 for a larger or smaller font.

    Best regards,
    Rikard

    #421709

    Thanks Rikard, the text font size looks good now. However i want my menu links to look like the example i sent in the screenshot. Could you provide the css code to make the menu links look larger/bolder? Thanks.

    #422189

    Hey!

    Try this out.

    #footer .menu a {
      color: white;
      font-weight: bold;
      text-transform: uppercase; 
    }

    Regards,
    Elliott

    • This reply was modified 9 years, 2 months ago by Elliott.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.