Here is a website I am working on:
I attempted to use the following code:
body.page.page-id-1632 .title_bar {
display: none;
}
My goal is to hide the .title_bar
element only on a specific page.
Can anyone help me correct this? What am I missing or doing wrong?
Thank you in advance!