added to change color of button [return to top] on customize.
This commit is contained in:
parent
ca97d86f2c
commit
7b8a37b450
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue