Page background for specific page

Hi there! I would like to add a page background for just one of my pages without affecting other pages. How can I do this? Thanks! My page is theleeconcepts.com

Will you also advise how to change my favicon logo? Thanks!

HI there

Do you want to have a different image on the homepage only?
favicon can be changed from appearance > customize >

Hi Noda,

I would like to add a background image to the “Our Services” page only.

Thanks

Hello there,

I hope you are doing well today.

You can use the following CSS code to add the background by going to Appearance > Customize > Additional CSS and pasting it there.


.page-id-662 div#content {
    background-image: url("IMAGE URL from the media library");;
}

You need to change the page id to that of the page you want it to work on.

Best Regards,
Support