add_filter( 'get_custom_logo', 'change_logo_class' );
function change_logo_class( $html ) {
$html = str_replace( 'custom-logo-link', 'navbar-brand', $html );
$html = str_replace( 'custom-logo', 'img-fluid', $html );
return $html;
}
add_filter( 'get_custom_logo', 'change_logo_class' );
function change_logo_class( $html ) {
$html = str_replace( 'custom-logo-link', 'navbar-brand', $html );
$html = str_replace( 'custom-logo', 'img-fluid', $html );
return $html;
}
View this post on Instagram A post shared by WebCodeAddict (@webcodeaddicted)