• Resolved shartrinity

    (@shartrinity)


    Good afternoon! I am trying to replace the image in my footer. CSS shows the following: background-image: url(‘images/bck-footer.png’) You can also find the image here bck-footer.png (612×408) (trinitytourtravels.com)

    After searching the media library, I was unsuccessful in finding the photo. If I upload an image to the media library, the image shows wp-content/uploads/2023/03/File name. If I insert this link in CSS, will that replace the current photo or do I need to upload it as image/file name?

    Thank you in advance.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • After searching the media library, I was unsuccessful in finding the photo

    The image is in your theme folder, so you won’t find it in the media library.

    If I upload an image to the media library, the image shows wp-content/uploads/2023/03/File name. If I insert this link in CSS, will that replace the current photo?

    It should, but add a leading forward slash (/), ie eg:

    /wp-content/uploads/2023/03/example.png

    Thread Starter shartrinity

    (@shartrinity)

    Thank you so much! I will give it a try. Is there a way I can access the theme folder?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trying to locate where an image is stored’ is closed to new replies.