We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3eac1 commit 2174735Copy full SHA for 2174735
wordpress/wp-content/themes/es-nuxt/asset/imgs/dash_bg.jpg
114 KB
wordpress/wp-content/themes/es-nuxt/setting/dashboard.php
@@ -35,9 +35,12 @@ function wpex_wp_welcome_panel() { ?>
35
#wpwrap {
36
position: relative;
37
background-color: #cec8c2;
38
+ background-image: url(<?php echo get_template_directory_uri().'/asset/imgs/dash_bg.jpg'; ?>);
39
+ background-size: 2500px 1471px;
40
+ background-position: center;
41
}
42
#wpwrap:before {
- content: '';
43
+ /* content: '';
44
left: calc(50% + 100px);
45
top: 50%;
46
transform: translate(-50%, -50%);
@@ -46,9 +49,8 @@ function wpex_wp_welcome_panel() { ?>
49
border-radius: 50vw;
47
50
position: absolute;
48
51
background-color: #fff;
- filter: blur(20px);
52
+ filter: blur(20px); */
53
54
</style>
-
55
<?php }
56
add_action( 'welcome_panel', 'wpex_wp_welcome_panel' );
0 commit comments