Background colour on home page

Discussion in 'BizWay WordPress Theme' started by blackdog2020liz, Oct 14, 2016.

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

    blackdog2020liz Member

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

    on www.glenbraegardens I want the background colour to be consistent on all the pages. I would like to change the colour on the static home page and remove the white background behind the text on the 'About" page.

    Many thanks,
    Liz
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Thank you for contacting us,

    I am afraid to say that, I was unable to locate the area in the theme...

    It would be better for us to understand your query with the help of edited screenshot.
    Create your screenshots using screenpresso (http://www.screenpresso.com).

    So that I can deliver you an exact and appropriate solution to you,

    I look forward to hearing from you soon.

    Thanks & Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. blackdog2020liz

    blackdog2020liz Member

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

    I want all the pages on my site to have the same beige background with no white. I have attached 3 screen shots, one of which shows the way I would like each page to look.

    Many thanks,
    Liz
     

    Attached Files:

  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Liz,

    For this, you need to paste below CSS code in Custom CSS field located in Dashboard->InkThemes->Theme Options->Styling Options
    Code:
    .fullwidth {
        background: transparent;
    }
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  5. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Thank you so much Naveen. Is there any way I can make the home page, which is the theme's static front page, the same colour?

    Many thanks,
    Liz
     
  6. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hi Liz,

    Yes, that's possible, you can apply following CSS code in Custom CSS field located in Dashboard->Appearance->Theme Options->Styling Options
    Code:
    .slider-wrapper-container { 
       background-color: #dad5cf;
    }
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  7. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Issue resolve beautifully, Thanks very much Naveen:):):):):)
     
  8. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    You are most welcome! :)
     
Thread Status:
Not open for further replies.

Share This Page