Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #627563

    Any way I can target the ‘protected’ page with CSS? I want to change the h1 header style on only this page.

    Thanks!

    #627633

    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

    #628868

    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.

    #628869

    No wait – got it. Just needed centering with:

    .entry-content-header {
    text-align: center;
    }

    #629423

    Hi,

    Glad you figured it out and got it working :)

    Best regards,
    Jordan

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.