how can i delte the border (1) and fill the countdown boxes with color (2) and change the text color to white (3) and use german instead of english words?
Hey Alex,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .av-default-style .av-countdown-cell-inner {
border: none;
background: #ff4d7c;
}
.av-countdown-time, .av-countdown-time-label {
color: white!important;
}
You can use this plugin – https://wordpress.org/plugins/loco-translate/ to translate untranslated strings :)
Best regards,
Yigit
Awesome!! Thank you Yigit! Great work!
How can i get the text color inside the countdown to #7f7f7f ?
CLOSED.
Hi,
You can simply change following code
.av-countdown-time, .av-countdown-time-label {
color: white!important;
}
to following one
.av-countdown-time, .av-countdown-time-label {
color: #7f7f7f!important;
}
If that does not help, please post a screenshot and show the changes you would like to make :)
Best regards,
Yigit
CLOSED. Thank you very much! Best support ever!!!!!!!!!