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;
}
Want to make your WordPress site faster, smarter, and more powerful? Plugins are the secret weapon that can transform a basic blog into a pr...