Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1118865

    I would like to tweak the protected page submit colour button. Do you have some fairy dust for that?

    Thanks,
    Brian

    #1119045

    Hi Brian,

    There’s no special class for password protected pages unfortunately, so you would have to target it per page:

    .page-id-8491 input[type=submit] {
      background-color:red;
    }

    You can find the page-id class in the body tag, or in the URL when you edit the page in question.

    Best regards,
    Rikard

    #1119077

    Perfecto!

    Thank you Rikard.

    Have a great day.

    #1119343

    Hi,

    Awesome! Glad we could help.

    Please take a moment to review our theme and show your support https://themeforest.net/downloads.
    And don’t forget to bookmark Enfold Documentation for future reference.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘WordPress protected page submit button colour’ is closed to new replies.