• I want to give background image to theme. I did changes as
    in functions.php
    add_theme_support( 'custom-background' );

    then background image to body. but blog page still look white and in footer only I can see background image. What is way to display complete background image?

Viewing 1 replies (of 1 total)
  • First, you should not make changes to the actual theme files, like function.php. If the theme gets updated because of feature enhancements, bug fixes, or security patches, or if the theme has to be updated because of a change to the WordPress core, then your changes will be lost. Instead, either create a child theme and make the change to your own copy of function.php.

    However, setting the background image of your site shouldn’t require a code change, all you need is CSS, so you can just use a CSS plugin like Jetpack or Custom CSS Manager. If you provide a link to your site, I can take a look & see what CSS you might need.

Viewing 1 replies (of 1 total)
  • The topic ‘Display background image’ is closed to new replies.