Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tomhemsley/0c326013630a7915c8be to your computer and use it in GitHub Desktop.
Save tomhemsley/0c326013630a7915c8be to your computer and use it in GitHub Desktop.
function metaslider_prepend_theme_css_selector($selector, $slider_id) {
return '#content ' . $selector;
}
add_filter('metaslider_theme_editor_css_selector', 'metaslider_prepend_theme_css_selector', 10, 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment