From 3a1520d3c1c7e4693b26081abbb5c09be8be2376 Mon Sep 17 00:00:00 2001 From: Frank419 Date: Tue, 28 Jan 2025 09:11:25 +0800 Subject: [PATCH] Removed the default background image. Feels too shiny. --- functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/functions.php b/functions.php index 4d8701c..0857891 100644 --- a/functions.php +++ b/functions.php @@ -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',