Forums

Theme background disappeared when installed latest WordPress 3.3.1 (10 posts)

  1. amasmedia
    Member
    Posted 4 months ago #

    Theme background disappeared when installed latest WordPress. All options work but the background will not work. it will not load. can you help me?

    http://www.lukeminx.com/

  2. Pankaj Pandey
    Member
    Posted 4 months ago #

    i can see the background.

    Thanks

  3. amasmedia
    Member
    Posted 4 months ago #

    thats not my background. thats the default one thats with my theme.

  4. Pankaj Pandey
    Member
    Posted 4 months ago #

    I am not sure why this happen you can go to style.css of your theme file and change the url of background

    body {
    font-size: 12px;
    background: url(images/bg.png); /*---change Here */
    line-height: 1.6;
    color: #3B3232;
    font-family: Arial,Helvetica,sans-serif;
    }
  5. esmi
    Theme Diva & Forum Moderator
    Posted 4 months ago #

    As this is a commercial theme whose template files are not freely available, we cannot help. You need to seek support from the theme's vendors.
    http://www.wpzoom.com/support/

  6. amasmedia
    Member
    Posted 4 months ago #

    @pankaj i loaded it, but it keep repeating? how do i change that?

  7. Pankaj Pandey
    Member
    Posted 4 months ago #

    background-repeat:no-repeat;

    add this in given code

  8. Pankaj Pandey
    Member
    Posted 4 months ago #

    font-size: 12px;
    background: url(images/background.jpg) no-repeat;
    line-height: 1.6;
    color: #3B3232;
    font-family: Arial,Helvetica,sans-serif;
    }

    above code work for you

  9. amasmedia
    Member
    Posted 4 months ago #

    is there a way to stretch the background?

    it kinda stops

    http://www.lukeminx.com

  10. Pankaj Pandey
    Member
    Posted 4 months ago #

    sorry to say no, you have to create your background big to fit the design
    or
    you can add fixed after no-repeat to fix the background.

Reply

You must log in to post.

About this Topic

Tags

No tags yet.