Hey all, I'm using Pagelines Framework 2.0.1 and am trying to recreate this for my main CONTENT area (this works for my boxes) on specific pages:
.fbox{
border: 1px solid #999;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.fbox{ background-image: url( )!important;
}
Please Note: I want a specific background image (rounded) for individual pages. I can upload an image via the specific page but it is the entire background, I just want to create a canvas. A colored canvas may also be suitable. Thanks!
PS I already tried
body.page-id-20, body.page-id-20 .fixed_width {
background: #ffffff !important;
}
Content Area Image Background
Started by
mbcornett
, Jan 24 2012 03:33 PM
2 replies to this topic










