[ad_1]
I am adding social icons to my header. However, one of the social icons isn’t appearing. There is suppose to be a instagram icon to the right of the facebook logo. If you click next to the facebook logo you get redirected so it is there…. just for whatever reason doesn’t show up. Anyone got any suggestions on how to fix?
​
Screenshot below for reference.
[ad_2]
Contact the developer of your theme.
There are two ways to do this: Manual or “Font Awesome”
Basic Example 1 – CSS Manual: (class names are random/example).
`.class-banner:before`
`{content: ”;`
`width: 30px;`
`left: 30px;`
`margin-top: 30px;`
`background: url(https://example.com/icon.svg) center no-repeat;}`
Basic Example 2 – Font Awesome: Font must be pre-installed + hook in theme CSS files).
`.class-banner:before`
`{content: ‘f08d’;`
`font-family: ‘FontAwesome’;}`