Theme background disappeared when installed latest WordPress. All options work but the background will not work. it will not load. can you help me?
Theme background disappeared when installed latest WordPress. All options work but the background will not work. it will not load. can you help me?
i can see the background.
Thanks
thats not my background. thats the default one thats with my theme.
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;
}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/
@pankaj i loaded it, but it keep repeating? how do i change that?
background-repeat:no-repeat;
add this in given code
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
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.
You must log in to post.