• Resolved Friday949

    (@friday949)


    Hello. How do I go about changing the background image of the blue globe behind the slider on the homepage? Thanks for the help!

Viewing 1 replies (of 1 total)
  • Theme Author webdorado

    (@webdorado)

    Dear Friday949,

    You should remove it from the admin/color_control.php file. On line 526 instead of `#slideshow {
    background:<?php echo $menu_color; ?> url(<?php echo get_template_directory_uri(‘template_url’); ?>/images/page.bg.png) center center no-repeat;
    }`
    you should have

    #slideshow {
       background:<?php echo $menu_color; ?> ;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Change image of globe behind slider.’ is closed to new replies.