Hide a background image on a specific page

Hello! How can I hide the background image on a single page?

I’d like to hide my background image on https://radassyogi.com/hey-igers/ without affecting the rest of the site. Thank you!

Hi Shan,

Thanks for writing in! You can target a specific page using page ID and add your custom CSS rule into your X -> Theme Options -> CSS area.

.page-id-1216 .backstretch {
    display: none;
}

You can locate page ID in a similar way like locating post IDs mentioned here (https://theme.co/apex/forum/t/setup-how-to-locate-post-ids/59).

Hope that helps.

This worked, perfectly. THANK YOU. I was almost there … needed the “.backstretch” bit. I appreciate your help. :slight_smile:

You are most welcome. :slight_smile:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.