Slideshow LayoutBackground to black

Last post 04-26-2011, 6:39 AM by ramchander. 2 replies.
Sort Posts: Previous Next
  •  04-25-2011, 11:06 AM 67319

    Slideshow LayoutBackground to black


    Hi, i am using Slideshow layout for displaying images. How can i change the background color from Grey to Black as i have a black background to my website.
     
    i tried modifying style.css file located at CuteSoft_Client/Gallery/Layout/SlideShow, but no luck.
     
    Thanks in advance
     
    Ram

    Ramchander Pamidimukkala
  •  04-25-2011, 1:33 PM 67321 in reply to 67319

    Re: Slideshow LayoutBackground to black

    Dear ramchander,
     
    Please open file "CuteSoft_Client\Gallery\Layout\SlideShow\Template.htm"
    Change:
     
    <div id='dng_container' class="GalleryLayout" style="background-color:#666666;border:solid 1px #666666;width:100%;height:100%;position:relative;">
     <div id="dng_photo1" style='position:absolute;top:0px;left:0px;width:100%;text-align:center;background-color:#666666;'>
     </div>
     <div id="dng_photo2" style='position:absolute;top:0px;left:0px;width:100%;text-align:center;background-color:#666666;'>
     </div>
     <div id="dng_topinfo" style='position:absolute;top:0px;left:0px;width:100%;height:48px;background-color:#666666;display:none'>
     
    to:
     
    <div id='dng_container' class="GalleryLayout" style="background-color:red;border:solid 1px blue;width:100%;height:100%;position:relative;">
     <div id="dng_photo1" style='position:absolute;top:0px;left:0px;width:100%;text-align:center;background-color:yellow;'>
     </div>
     <div id="dng_photo2" style='position:absolute;top:0px;left:0px;width:100%;text-align:center;background-color:purple;'>
     </div>
     <div id="dng_topinfo" style='position:absolute;top:0px;left:0px;width:100%;height:48px;background-color:green;display:none'>
     
    After done, test it again, you will know how to implement your requirement.
     
    Thank you for asking
  •  04-26-2011, 6:39 AM 67330 in reply to 67321

    Re: Slideshow LayoutBackground to black

    Thanks Again!
     
    Problem solved.
     
    Thanks
     
    Ram

    Ramchander Pamidimukkala
View as RSS news feed in XML