• Resolved MobileWill

    (@mobilewill)


    What is the CSS element to add to the CSS Styles file to override the default green content area background. I thought I found it but nothing seems to affect it.

    The site is at http://www.friedcircuits.us/docs.

    I want to try a light gray or something neutral.

    Thanks!

Viewing 1 replies (of 1 total)
  • Hi MobileWill,

    Just replace

    #content-wrapper {
    	background:url(images/content-bg-rpt.gif) repeat;
    	padding:20px 0; padding:2.0rem 0;
    	min-height:400px; min-height:40.0rem;
    	}

    with

    #content-wrapper {
    	background:url( PATH/TO/YOUR_BG_IMAGE ) repeat;
    	padding:20px 0; padding:2.0rem 0;
    	min-height:400px; min-height:40.0rem;
    	}

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Element for Default Green Content Background’ is closed to new replies.