Por defecto, cuando añades un shortcode de galería de imágenes en WordPress, se incluye automáticamente CSS en línea para la galería. Si desea personalizar o añadir su propio estilo para la galería, entonces usted necesita para desactivar el CSS en línea por defecto.
Instrucciones: Añada el siguiente código al archivo functions.php de su tema de WordPress.
add_filter( 'use_default_gallery_style', '__return_false' );
También puede disfrutar usando CSS personalizado para el editor de 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