mirror of
https://ghproxy.net/https://github.com/AlxMedia/incolor.git
synced 2025-08-26 16:03:10 +08:00
Styling option fix
This commit is contained in:
parent
101731873d
commit
9c2f96e77c
1 changed files with 10 additions and 1 deletions
|
@ -177,7 +177,16 @@ body,
|
|||
// content background color
|
||||
if ( get_theme_mod('color-content-background','') != '' ) {
|
||||
$styles .= '
|
||||
#page { background-color: '.esc_attr( get_theme_mod('color-content-background') ).'; }
|
||||
#page,
|
||||
.themeform input[type="search"],
|
||||
.themeform input[type="text"],
|
||||
.themeform input[type="password"],
|
||||
.themeform input[type="email"],
|
||||
.themeform input[type="url"],
|
||||
.themeform input[type="tel"],
|
||||
.themeform input[type="number"],
|
||||
.themeform select,
|
||||
.themeform textarea { background-color: '.esc_attr( get_theme_mod('color-content-background') ).'; }
|
||||
#wrapper-bg { display: none; }
|
||||
'."\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue