Support » Theme: Exray » Theme doesn't have Header Background

  • Resolved HenryLaConte

    (@henrylaconte)


    HELP! After activating a custom themes, these menu are missing from Appearance:

    1. Header
    2. Background

    My Menu Appearance only consisting of six items: Themes, Customize, Menu, Widgets, Theme option and Editor.

    How to restore the missing items ?

    Thanks a lot in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • After activating a custom themes

    What theme are you asking about? This is posted in the Exray theme forum.

    Thread Starter HenryLaConte

    (@henrylaconte)

    Hi,

    I am asking about Exray theme.

    Okay cool, you’re in the right place. I’m not familiar with this theme but I just installed it on a test site and I don’t have those either – so it looks like this theme does not have those options. You can likely customize those yourself – what exactly do you want to do?

    Thread Starter HenryLaConte

    (@henrylaconte)

    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,

    Theme Author hxh90

    (@hxh90)

    Hello, this theme didn’t support custom header and custom Background.

    You can only change background color on Customizer.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Theme doesn't have Header Background’ is closed to new replies.