diff --git a/install.sh b/install.sh index 1daaaeb..46e5613 100644 --- a/install.sh +++ b/install.sh @@ -2,9 +2,9 @@ php -r ' echo "\n ..::Tainacan Theme::..\n"; -echo "\nStarting installation with composer ... please wait!!\n"; +echo "\nInitiating the installation with composer ... please wait!!\n"; -echo "\nStarting Copying Files...\n\n"; +echo "\nInitiating the copying of files...\n\n"; echo "\nCopy Frameword CSS - Bootstrap ...\n\n"; diff --git a/src/functions/customizer.php b/src/functions/customizer.php index d5f60f8..2e1ef39 100644 --- a/src/functions/customizer.php +++ b/src/functions/customizer.php @@ -706,6 +706,20 @@ function tainacan_get_color_scheme_css( $colors ) { color: {$colors['tainacan_link_color']} !important; } + .slide-control-arrow .icon .mdi::before { + color: {$colors['tainacan_link_color']}; + } + #tainacan-slide-container .tainacan-slide-item.active-item img { + border-bottom: 4px solid {$colors['tainacan_link_color']}; + } + .metadata-menu .metadata-menu-header hr { + background-color: {$colors['backtransparent']}; + } + + .slide-title-area .play-button .icon { + border: 3px solid {$colors['tainacan_link_color']}; + } + {$filter} CSS;