Color Background -Full width pages?

Support Area Forums Responsive Visual Color Background -Full width pages?

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #8436
    paris
    Participant

    Hello,

    I have a very simple question. How do I change the background color of the full width page ? here is my page that I am working on : http://erikofficiel.com/djlahglksgnlksag/

    I would just like to change the white background to something else ( not sure what yet). I know it should be a quick fix in the CSS code, but I don’t want to go in and make any horrible mistakes with my crude coding skills.

    Kind Regards

    Paris

    #8443
    Bill Robbins
    Moderator

    Paris,

    Great question. You can change the white background to a different color. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .page-template-page-full-php #page-wrap {
      	background-color: #cccccc;
      }
      
    3. Change the #cccccc to the color you’d like to use for the background and save your changes.

    That will change the content area background on the full-width template. If you’d like to change it for some of the other templates that use the same approximate layout, like the blog section, you’d use this instead

    
    #page-wrap {
    	background-color: #ccc;
    }
    

    If you have any questions or trouble, let me know.

    Enjoy your week,
    Bill

    #8465
    paris
    Participant

    awesome, this works perfectly. many thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Color Background -Full width pages?’ is closed to new replies.