Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wojtekkotowski

    (@wojtekkotowski)

    The inline options seems to work OK, when it comes to the menu. I have problem with displaying the footer. but maybe conditional comment is the answer.

    Anyone have different idea?

    wojtekkotowski

    (@wojtekkotowski)

    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

Viewing 2 replies - 1 through 2 (of 2 total)