Background and Color Selections Help

Support Area Forums Epic Background and Color Selections Help

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question:
  • Author
    Posts
  • #8480
    Avatar photoKim Hannan
    Participant

    Background image and personalized color selections not populating my site

    http://www.VBCMilton.org

    #8483
    Bill Robbins
    Moderator

    Kim,

    Thank you for sending the link. If you have set your background in the styling tab of the theme options page and it is not showing up, I believe I know what may be going on. With WP Super Cache enabled, changes won’t be readily visible. You’ll most likely want to disable the plugin while you set your site up and then turn it back on once you’re finished.

    If you still have trouble, let me know,
    Bill

    #8950
    Avatar photoKim Hannan
    Participant

    Having the items float on the home page is working beautifully. But I find that I am wanting to put a white layer between the text/widget area and the background on inside pages.

    Can you help, please?

    thx, KH

    #8951
    Bill Robbins
    Moderator

    You can use this CSS snippet to make that happen:

    
    .home .wrap,
    .light.home .wrap {
    	background: transparent;
    }
    
    .wrap,
    .light .wrap {
    	background-color: #fff;
    }
    

    See if that works out for you.

    #8953
    Avatar photoKim Hannan
    Participant

    perfect…thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Background and Color Selections Help’ is closed to new replies.