Skip to content

Instantly share code, notes, and snippets.

@tripflex
Created July 3, 2018 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tripflex/47515998f0282c60c0e2d22cc542f97a to your computer and use it in GitHub Desktop.
Save tripflex/47515998f0282c60c0e2d22cc542f97a to your computer and use it in GitHub Desktop.
Jobify Social Media icon before link (for custom added social media) -- Example is for Instagram
/* https://ionicons.com/v2/cheatsheet.html */
#jmfe-custom-company_instagram:before {
content: "\f350";
}
@tripflex
Copy link
Author

tripflex commented Jul 3, 2018

The example above assumes the meta key of the added field is company_instagram ... this can be anything, just make sure to update the CSS selector, the format is #jmfe-custom-METAKEY:before ... replacing METAKEY with the exact meta key of the field you added.

You must use the ionicons (included with Jobify) "content" value for the CSS, look at the cheatsheet here:
https://ionicons.com/v2/cheatsheet.html

The value you need to copy is the CSS Content

1.) Output location needs to be with the other social media icons
2.) Output needs to be "As Link"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment