function oa_social_login_set_custom_css($css_theme_uri)
{
if (is_page('login')) {
$css_theme_uri = '...css file url...';
}
else {
$css_theme_uri = '... other css file url...';
}
return $css_theme_uri;
}
add_filter('oa_social_login_default_css', 'oa_social_login_set_custom_css');
add_filter('oa_social_login_widget_css', 'oa_social_login_set_custom_css');
add_filter('oa_social_login_link_css', 'oa_social_login_set_custom_css');
Please sign in to your OneAll account to ask a new question or to contribute to the discussions.
Please click on the link below to connect to the forum with your OneAll account.
Answers