• Hi,

    I just uploaded someone’s style to my database and substituted the .css of the style for the standard one that comes with the install. When I load up the page, the layout seems ok but the images don’t appear. See: https://www.gridsurvey.org/blog

    Where should I put the style’s images?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can put the images where you like. I create a folder in .../wp-contents/ called images.

    Then, what you must do, is go into your CSS file and look for the places where the images are being called. From there, you can edit the path to point to the image location on your server.

    Thread Starter strange_cathect

    (@strange_cathect)

    So, if my images live at

    https://www.thomasjefferson.org/blog/images

    How would I put that in the following line, which is in the stylesheet? Sorry, I know this must be annoying:

    background-image: url(images/lquote.gif);

    You could also edit the header.php file and point it to where you want the images to reside.

    Safest form:

    background-image: url(/blog/images/lquote.gif);

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Images not showing up’ is closed to new replies.