Por padrão, quando você adiciona um shortcode de galeria de imagens no WordPress, ele inclui automaticamente algum CSS em linha para a galeria. Se quiser personalizar ou adicionar seu próprio estilo à galeria, será necessário desativar o CSS em linha padrão.
Instruções: Adicione o seguinte código ao arquivo functions.php de seu tema do WordPress.
add_filter( 'use_default_gallery_style', '__return_false' );
Você também pode gostar de usar CSS personalizado para o editor do 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