How to change size featured image

Hi

I cant change the size of featured image.

I changed it
add_image_size( ‘dazzling-featured’, 200, 200, true );
add_image_size( ‘tab-small’, 60, 60, true); // Small Thumbnail
But it didnt work
I used the plugin regenerate thumbnail, and it didnt work too

And how do I change the title color for the editor (H1, H2…)???

Thank you.

Hi @vitorhugo1,

I hope you are well today and thank you for your questions.

I cant change the size of featured image.

I changed it
add_image_size( ‘dazzling-featured’, 200, 200, true );
add_image_size( ‘tab-small’, 60, 60, true); // Small Thumbnail
But it didnt work
I used the plugin regenerate thumbnail, and it didnt work too

You can try achieving this by using the attached small plugin specially developed for you that contains following custom code.

function custom_dazzling_setup() {
	add_image_size( 'dazzling-featured', 200, 200, true );
}
add_action( 'after_setup_theme', 'custom_dazzling_setup', 999 );
And how do I change the title color for the editor (H1, H2…)???

I am not sure what you meant by “title color for the editor (H1, H2…)” so could you please describe it a bit more in detail?

Best Regards,
Movin

I need to change something in my function.php?

About title color, is solved.

I need to change something in my function.php?

No just download the shared plugin and use it on your site.