Software Archive
Read-only legacy content
17061 Discussions

how to use vector icon in header

Baris_S_
Beginner
406 Views

 

 

Hi everyone,

I am using Intel's app framework. As you know it has header component.

<header>
  <a id="backButton" class="button backButton">Back...</a>
  <h1>Custom Header</h1>
</header>

 

I want to remove back button and put an icon.

<div class="widget-container content-area horiz-area wrapping-col left with-back"><div class="icon new"></div>
                        </div>

This doesn't work. It shows nothing. What is problem with my code?

Thanks.

0 Kudos
1 Reply
Elroy_A_Intel
Employee
406 Views

What does your css class look like that you are using to reference the vector image? That could be your problem.

0 Kudos
Reply