added to change color of button [return to top] on customize.

This commit is contained in:
Fabiano Alencar 2018-11-23 10:31:04 -02:00
parent ca97d86f2c
commit 7b8a37b450
1 changed files with 4 additions and 0 deletions

View File

@ -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;