Any way I can target the ‘protected’ page with CSS? I want to change the h1 header style on only this page.
Thanks!
Hey jomtones,
Thanks for getting in touch with us!
You could use the post id as the CSS selector. For that particular post it would look like the following:
.postid-525 h1 {
/*your CSS code*/
}
Best regards,
Jordan
Thanks, got it!
Now is there a way I can turn off the sidebar for this page?
I have it turned off everywhere in the sidebar settings in ‘Enfold Child’, but it doesn’t seem to effect the ‘protected’ page layout.
No wait – got it. Just needed centering with:
.entry-content-header {
text-align: center;
}
Hi,
Glad you figured it out and got it working :)
Best regards,
Jordan