Viewing 4 replies - 1 through 4 (of 4 total)
  • upload your img to the web server folder and replace “yourimghere” with the link to the image.

    add this to the body style in your style.css

    body{background-image:url(yourimghere); background-repeat:repeat;}

    Thread Starter mographdesigner

    (@mographdesigner)

    Where exactly do i insert it in the Atahualpa theme? Thanks!

    Hey, Mo G. Did you find this yet. In Theme Options, go to Body, Text, and Links. It goes in the big box.

    I found a couple of reasons why my code was not working:

    (1) The first backslash was missing (OMG)! Be sure to include it as I have here:
    background-image: url(/wp-content/themes/atahualpa/images/yourimagehere);

    (2) The above shortcode still didn’t work for me, so I had to spell everything out separately:

    background-color: #3c4a56;
    background-attachment: scroll;
    background-position: top left;
    background-image: url(/wp-content/themes/atahualpa/images/yourimagehere);
    background-repeat: repeat;

    All of this code gets put into the Theme Options area:
    —”Overall Style & Config.”
    —”Body, Text & Links”

    thanks everyone.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Atahualpa – adding “wallpaper” and background image’ is closed to new replies.