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?
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; }
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!