Par défaut, lorsque vous ajoutez un shortcode de galerie d’images dans WordPress, il inclura automatiquement du CSS en ligne pour la galerie. Si vous souhaitez personnaliser ou ajouter votre propre style pour la galerie, vous devez désactiver le CSS en ligne par défaut.
Instructions : Ajoutez le code suivant au fichier functions.php de votre thème WordPress.
add_filter( 'use_default_gallery_style', '__return_false' );
Vous pouvez également utiliser le CSS personnalisé pour l’éditeur WordPress.
Thank you for your explanation. But is there any plugin to help eliminate inline CSS
Sadly, this will depend on the theme, content and CSS in the customizer. For any theme inline CSS, most likely the best option would be to edit the theme.
Thanks muchly, been trying to get rid of that for a while!
no problem glad that I could help