Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 2 posts - 1 through 2 (of 2 total)

change background image

Home Forums Free Theme Support Amphion Lite change background image

  • #61376

    huss

    hello Is it possible to change background image ? and how to do it plz because i new to this .

    #61433

    Towfiq I.

    administrator

    Go to Appearance> Editor and open up functions.php and add this:

    add_theme_support( 'custom-background', array(
    	'default-color' => '',
    	'default-image' => get_template_directory_uri() . '/images/theronbg.png'
    ) );

    after this:

    add_theme_support('automatic-feed-links');

    Then go to Appearance> Backgrounds and change background from there.

Reply To: change background image