• Resolved Daedalon

    (@daedalon)


    I took a stab at using the Foundation icons with Clean Yeti Basic 2.1.2. Unfortunately, the following example code didn’t show the desired icon:

    <i class="foundicon-search"></i>

    How to use Foundation icons with Clean Yeti Basic in general? Is there an easy way to use that search icon as a background icon for a search field? Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Serene Themes

    (@rlafranchi)

    Well, technically all of the fonts are part of the up-sell…. but if you are so inclided you add the following to your css:

    .general-foundicon-search:before {
      content: "\f02e";
    }
    
    HTML: <i class="general-foundicon-search"></i>

    Thread Starter Daedalon

    (@daedalon)

    Thanks! Marking as resolved. Will reopen later if anything comes up.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to use icons’ is closed to new replies.