• Hi,
    This is my site, https://jpjtrade.co.th/. The background image that suppose to be displayed is disappeared!

    I put my theme, JPJTheme, under /wp-content/themes/. My theme’s image folder is wp-content/themes/JPJTheme/images/.

    This is my CSS:
    body {
    background-image:url (images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    width: 100%;
    margin: 0;
    padding:0;
    }

    I have tried variations of image path such as (‘images/bg.jpg’). But the image still disappear. I tried with several browsers on my machine, the html and CSS are perfectly fine.

    Do anyone have any solution here?
    Thanks

  • The topic ‘Problem with CSS Image Path’ is closed to new replies.