Hi,
Thanks for quick reply. I am looking to customize Header as well Background but w/o those options I won’t be able to do it.
I saw that somebody has a similar similar issue and one of the solution is to add some code in. See bellow:
function mytheme_setup() {
add_custom_background();
add_custom_image_header();
}
add_action( ‘after_setup_theme’, ‘mytheme_setup’ );
……
Due to the fact that I am not a coder, I am wondering if someone can help to restore those Appearance options.
Thank you,