wellspringslady 0 Report post Posted March 16, 2011 Is there a way to import a background image for the sidebar area - an image that would sit behind the various widgets in the sidebar? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 16, 2011 You'll need to upload image(s) to the Media section of your main WordPress admin, copy those URL's and write some CSS in Custom Code > Custom CSS. http://www.pagelines.com/docs/changing-colors-fonts http://www.w3schools.com/css/pr_background-image.asp Thanks, Bryan Share this post Link to post Share on other sites
groundfresh 0 Report post Posted March 16, 2011 Linnette, its pretty easy. Here is an example of CSS that adds a background image to a full width sidebar widget, just on one page. .page-id-12 #fullwidth_sidebar .widget { background: url(/wp-content/global_assets/fullwidth_sidebar_background.png); } and the associated testing URL - http://summerhouse.groundfresh.net/ the sidebar widget is the "Furniture Finder" Share this post Link to post Share on other sites