Removed the default background image. Feels too shiny.

This commit is contained in:
Frank419 2025-01-28 09:11:25 +08:00
parent 26fa5a72af
commit 3a1520d3c1

View File

@ -5,7 +5,6 @@ if ( !defined( 'WPINC' ) ) {
function minimalistflex_add_supports() {
add_theme_support( 'custom-background', Array(
'default-image' => get_template_directory_uri() . '/defaults/bg.png',
'default-position-x' => 'center',
'default-position-y' => 'center',
'default-size' => 'cover',