From df7ad629c1f24da1afbb1746c784c393e088860e Mon Sep 17 00:00:00 2001 From: Marcus Quinn Date: Mon, 17 Mar 2025 00:25:05 +0000 Subject: [PATCH] Fix theme panel: show Kadence text, remove grey gaps, improve overall styling --- admin/settings.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/admin/settings.php b/admin/settings.php index fadf0a8..ca9c464 100644 --- a/admin/settings.php +++ b/admin/settings.php @@ -1268,8 +1268,8 @@ function wp_allstars_ajax_get_themes() {
-

name); ?>

+
@@ -1611,6 +1611,7 @@ function wp_allstars_settings_page() { box-shadow: 0 1px 3px rgba(0,0,0,0.1); border-radius: 8px; overflow: hidden; + background: #fff; } #wpa-theme-list .theme-screenshot { height: auto; @@ -1633,6 +1634,14 @@ function wp_allstars_settings_page() { font-size: 18px; padding: 15px; margin: 0; + color: #333; + display: block; + } + #wpa-theme-list .theme-author { + display: block; + padding: 0 15px; + color: #555; + margin: 0; } #wpa-theme-list .theme-actions { padding: 0; @@ -1657,7 +1666,7 @@ function wp_allstars_settings_page() { margin: 0; } -
+