From 7b8a37b4501f3570925e68e38dfaa5acd353fd42 Mon Sep 17 00:00:00 2001 From: Fabiano Alencar Date: Fri, 23 Nov 2018 10:31:04 -0200 Subject: [PATCH] added to change color of button [return to top] on customize. --- src/functions/customizer.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/functions/customizer.php b/src/functions/customizer.php index 2e1ef39..23a0fb8 100644 --- a/src/functions/customizer.php +++ b/src/functions/customizer.php @@ -720,6 +720,10 @@ function tainacan_get_color_scheme_css( $colors ) { border: 3px solid {$colors['tainacan_link_color']}; } + #return-to-top { + background-color: {$colors['tainacan_link_color']}; + } + {$filter} CSS;