On This Page
[vc_row][vc_column][vc_column_text]Common question’s & answers[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_toggle title=”1) How to change count down color?” style=”round” color=”green”]
.countdown-layout2 .countdown-section:nth-child(1n) h2 { color: #fad03b; } .countdown-layout2 .countdown-section:nth-child( 2n) h2 { color: #00b0ff; } .countdown-layout2 .countdown-section:nth-child( 3n) h2 { color: #f50057; } .countdown-layout2 .countdown-section:nth-child( 4n) h2 { color: #fad03b; }
[/vc_toggle][/vc_column][/vc_row][vc_row][vc_column][vc_toggle title=”2) How to reduce inner page banner top bottom spacing?” style=”round” color=”green”]Write a custom CSS in Appearance => Customize => Additional CSS
Reduce this padding as your need
.trheader .entry-banner .inner-page-banner {
padding: 13rem 0 20rem;
}
[/vc_toggle][/vc_column][/vc_row]