kevinobrien 0 Report post Posted March 10, 2011 I am trying to change the colors behind banners, callouts, boxes or anything else that would help the design. I cannot seem to get it to work. I've tried every variation of custom CSS and nothing seems to work. Some of what I've tried include: page #banners {background-color: #F7F7F7} page #banners {background: #F7F7F7} page ID... .page ...more Any ideas why this doesn't work? Thanks Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 11, 2011 Might be a specificity issue and where are you putting the CSS? `.page-id-123 #banners{background:#f7f7f7}` Custom Code > Custom CSS is usually fine unless you're using the Base I would use: Appearance > Editor > base.css Thanks, Bryan Share this post Link to post Share on other sites
kevinobrien 0 Report post Posted March 11, 2011 You're the best Bryan. That worked. So, editing in the base css will override all other? I was entering it in the custom code custom css section. Share this post Link to post Share on other sites