Skip to content

Instantly share code, notes, and snippets.

@wpexplorer
Last active January 2, 2016 10:29
Show Gist options
  • Select an option

  • Save wpexplorer/8290231 to your computer and use it in GitHub Desktop.

Select an option

Save wpexplorer/8290231 to your computer and use it in GitHub Desktop.
Redux Typography Edit
if ( color ) {
$('#' + mainID + ' .typography-preview').css('color', color);
$('#' + mainID + ' .typography-preview').css('background-color', getContrastColour(color));
$('#' + mainID + ' .redux-typography-font-family').val(output);
$('#' + mainID + ' .typography-style .select2-chosen').text($('#' + mainID + ' .redux-typography-style option:selected').text());
$('#' + mainID + ' .typography-script .select2-chosen').text($('#' + mainID + ' .redux-typography-subsets option:selected').text());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment