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.
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 should do it:
.page-id-11188 .container_wrap {
background: url(https://wyndhamgardenftwaltonbeach.com/wp-content/uploads/page-bg-repeat-compressor.gif) repeat;
}
Cheers!
Josue
nope, CSS doesn`t work.
You are putting the wrong comment syntax on your CSS, it should be:
/* Comment */
Best regards,
Josue
Thank you , that solved the issuer , I guess my rush and stupidity paid :D
You are welcome, always glad to help :)
Regards,
Josue