• Hello people ??

    This theme is amazing!

    I’m trying ot put some texture for the background of my website but t seems not be repeating although i put the no-reeat stuff :/

    body {
    background:     url(/wp-content/uploads/texturetest.JPG);
    background-repeat: repeat;
    }

    Also this killed the images fr the RSS feed and the arrow to get to the top of the page :/

    footer#footer .colophon{
    background:     url(/wp-content/uploads/texturetest.JPG) repeat  ;
    }

    https://www.makotoaoki.com this is the website (please be gentle :s)

    Thanks a lot for your tie and support :)!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Fluub

    (@fluub)

    Resolved the RSS/arrow picture problem (it resolved itself alone) but sill got my texture not repeating :/

    Mmm that picture is half “black”

    Thread Starter Fluub

    (@fluub)

    Thanks a lot d4z_c0nf for your help (I know I’ve been a bit stupid).

    May I ask you a question ?:

    I’m looking for a way to add some “perpspective” on my website and to do so I’dl like to have the wrapper backgraund as some sort of transparent grey zone, I want to find a way to add a transparent background behind my content not behind the whole page.

    I’ve tried to add some css to the main wraper but the the text and the pictures also became transparent.

    So if you could point me where I can find sme information about this you ll be very nice.

    Thanks again for the help you just gave me

    Sorry I’m not very good in that kind of stuff, don’t even know if I understood your aim ??
    Something like this?

    .entry-content {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    }

    Thread Starter Fluub

    (@fluub)

    Exactly ! Thank you so mouch for all your help, you’re really great !!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Body texture not repeating’ is closed to new replies.