Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #276694

    adding this css in firebug works, adding in quick css does not.

    .page-id-11181 #top.avia-blank #main .container_wrap:first-child {
    background: url(“/wp-content/uploads/page-bg-repeat-compressor.gif”) repeat scroll center top rgba(0, 0, 0, 0);
    border-top-style: solid;
    border-top-width: 1px;
    }

    my question is, how can I change the background on only one page.

    thank you.

    #276724

    Hi,

    Can you post the link to the page in question please?

    Also post a direct link to ‘page-bg-repeat-compressor.gif’.

    Regards,
    Josue

    • This reply was modified 10 years, 5 months ago by Josue.
    #276749
    This reply has been marked as private.
    #276750
    This reply has been marked as private.
    #276753

    This should do it:

    .page-id-11188 .container_wrap {
        background: url(https://wyndhamgardenftwaltonbeach.com/wp-content/uploads/page-bg-repeat-compressor.gif) repeat;
    }

    Cheers!
    Josue

    #277130

    nope, CSS doesn`t work.

    #277134

    You are putting the wrong comment syntax on your CSS, it should be:

    /* Comment */
    

    Best regards,
    Josue

    #277136

    Thank you , that solved the issuer , I guess my rush and stupidity paid :D

    #277137

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Backgound color/image change for one page only.’ is closed to new replies.