Monday, July 24, 2023

Change Wordpress logo Class with Function

 


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;

}

No comments:

Post a Comment

1 hour Free Service for WordPress website :)

      1 hour Free Service for WordPress website :)