Home › Forums › Theme support › Background image for one single page › Reply To: Background image for one single page
Hi,
you can use this css code:
body.page-id-4136 #cbackground {
background-size:cover;
}
body.page-id-4136 #head_line, body.page-id-4136 .mainsection {
background:transparent !important;
}