• I am using the Panorama theme and I would like to swap the plain coloured background for an imgage.

    Can anyone help?

    My first stumbling block is that I cannot find the css file in ftp.

    Secondly, I am not sure where to insert the url for the image

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Your theme’s stylesheet will be in the wp-content/themes/panorama folder. In the meantime, a link to your site might help.

    Hi,

    You can solve that in CSS by adding this:

    body
    {
    	background-image: url('path_to_your__background_image'); /* path to the image*/
    	background-repeat: repeat; /* repeats the image in X and Y axis */
    }

    You should have your css file in the template direstory. When you access the page via ftp that will be:

    your_wordpress_directory/wp-content/themes/your_theme

    I hope that helps,

    Wojtek

    background-repeat:no-repeat; might be better if it’s just a single logo-type image

    Thread Starter stevelee23

    (@stevelee23)

    Thanks all,

    The css file I am trying to edit is https://www.hipcatexpress.com/wp-content/themes/panorama/styles/blue.css However, when I follow that path in my ftp, the css file is not there. Any ideas why not?

    Thanks

    It’s there. I was just able to access it via http. Try looking in wp-content/themes/panorama/styles/.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Swapping background colour for an image – panorama’ is closed to new replies.