Advertisement
fauzanjeg

Custom Change || Background Color of Registration Form on Dark Mode

Jun 2nd, 2021 (edited)
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.66 KB | None | 0 0
  1. /* Custom Change || Background Color of Registration Form on Dark Mode */
  2. .jnews-dark-mode #user-registration .ur-frontend-form {
  3.     background-color:var(--j-bg-color);
  4.     border-color:var(--j-border-color);
  5. }
  6.  
  7. /* Custom Change || For Background Color on Account Page */
  8. .jnews-dark-mode.logged-in.user-registration-account #user-registration,
  9. .jnews-dark-mode.logged-in.user-registration-account #user-registration .user-registration-MyAccount-navigation {
  10.     background-color: var(--j-dark-bg-color);
  11. }
  12.  
  13. /* Custom Change || For Menu Font Color on Account Page */
  14. .jnews-dark-mode .entry-content .content-inner span {
  15.     color: var(--j-link-txt-color);
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement