• Resolved offpeakdesign

    (@offpeakdesign)


    Hi,
    I’d like to add another icon to the personal section. I’m pretty comfy with css, but not sure how to replace the little square in the code…

    li.info-website::before {
        content: "";
    }

    Any direction or hints would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • Thread Starter offpeakdesign

    (@offpeakdesign)

    Of course I figure these things out moments after asking the question. I went to aweseome fonts and used firebug to see what icon code to use, and copy and pasted it into my new css line.

    So adding a new line in the content editor:
    <li class="info-pdf">

    Then adding css:

    li.info-pdf::before {
        content: "";
    }

Viewing 1 replies (of 1 total)
  • The topic ‘adding personal info icons’ is closed to new replies.