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)

How do I change the background ?

Home Forums Free Theme Support Scylla Lite How do I change the background ?

  • #93390

    Chris Harders

    Can I change the background to a different color or image with Scylla LIte? If not, can I change the background in Scylla?

    #93458

    Towfiq I.

    administrator

    Add this to your functions.php:

    //Custom Background
    add_theme_support( 'custom-background', array(
    	'default-color' => 'f7f7f7'
    ) );

    then you will be able to change the background form Appearance> backgrounds.

You must be logged in to reply to this topic.