Background behind slider

Discussion in 'BizWay WordPress Theme' started by blackdog2020liz, May 15, 2015.

Thread Status:
Not open for further replies.
  1. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Hi,

    How do I remove the white backgound behind the slider so and image can be seen between the header and footer.

    Many thanks,
    Liz
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    Could you please provide us your site URL along with some edited screenshots so that I can assist you accordingly.
     
  3. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Hi Sameer,

    It's margaretriverexposed.com.au I would like the back ground image to extend behind the flyer up to the header and make the homepage font white.

    Many thanks
    Liz Picture 17.png
     

    Attached Files:

  4. sameerwalkar

    sameerwalkar Guest

    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .slider-wrapper-container{
    background: transparent !important;
    }
    .slider-wrapper-container h2{
    color: #fff;
    }
    .slider-wrapper-container h1{
    color: #fff;
    }
    
    Hope it will solve your issue.
     
  5. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Thanks so much Sameer for your help.

    Regards
    Liz
     
Thread Status:
Not open for further replies.

Share This Page