added class of single post to change color in customizer

This commit is contained in:
Fabiano Alencar 2019-02-03 16:07:52 -02:00
parent 4e0ce69787
commit e8739989c0
1 changed files with 2 additions and 1 deletions

View File

@ -585,7 +585,8 @@ function tainacan_get_color_scheme_css( $colors ) {
background-color: {$colors['backtransparent']};
}
.tainacan-single-post #comments .title-leave,
.tainacan-single-post article .title-content-items {
.tainacan-single-post article .title-content-items,
.tainacan-single-post article .tainacan-content h1 {
color: {$colors['tainacan_link_color']} !important;
}
footer hr.bg-scooter {