Add a Background Image

  • Posted in : Read WP
  • ReagentX
    Participant

    This theme doesn’t have support for add_theme_support( 'custom-background' );, how do I add it?

    Mehmet S.
    Keymaster

    Hi,

    This is not possible by default, needs more further customization, you may consider working with a professional.

    Thanks

    ReagentX
    Participant

    Actually, you only need to add


    $args = array(
    'default-color' => '000000',
    'default-image' => get_template_directory_uri() . '/images/background.jpg',
    );
    add_theme_support( 'custom-background', $args );

    to the functions.php file. I’m quite put-off by your dishonest development, why would you want to charge me for something as simple as this?

    ahmetsali
    Keymaster

    Hi,

    We try to give our best about giving support about our themes, not only bug fixes and updates but also we provide simple customizations(a few lines) for no charge at all. Besides this we don’t provide any further customizations for any charge.

    Also we may not be expert about every topic, so we might direct you to experts about that topic. That’s not dishonesty, please choose your words wisely.

    Melastase
    Participant

    Hey reagentx,

    I didnt really need a background image but I was fooling around with some css codes.

    try this one in your custom css box:

    body
    {
    background-image:url(‘example.jpg’);
    background-repeat:no-repeat;
    background-attachment:fixed;
    }

    holla

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register