Page Background

Discussion in 'ColorWay WordPress Theme' started by nick8249, Oct 26, 2012.

  1. nick8249

    nick8249 New Member

    Joined:
    Oct 26, 2012
    Messages:
    4
    Likes Received:
    0
    Hi there,
    I recently installed Colorway, and it seems that the default page template does not have the white background, but is transparent. That is, the whole page background is seen beneath the page contents. Also, widgets on against a transparent background. I would prefer the white background on each page, and behind the widget areas.

    It seems that full width templates have a white background, but default and contact pages do not.

    Can you please help?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please share the link of your website.
     
  3. nick8249

    nick8249 New Member

    Joined:
    Oct 26, 2012
    Messages:
    4
    Likes Received:
    0
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content {
    background: white!important;
    }
    .footer-container {
    background: white!important;
    }
    .footer-navi {
    background: white!important;
    }
     
  5. nick8249

    nick8249 New Member

    Joined:
    Oct 26, 2012
    Messages:
    4
    Likes Received:
    0
    Thanks. I just used the top piece of code
    as I want to keep the theme colors in the footer.

    Just one other question: as I use different plug-ins and widgets, is there simple html to set text to the default theme font, and override any widget html formatting. I know this is a very general question but I have a feeling there may be a simple html tag for it, that I can't find.

    Thanks for your help!
     

Share This Page