Hello @insecureabnormality
Thank you for connecting us.
You can change countdown size inside ” Countdown options ” section there is a ” Countdown Width ” option where you can change the size to example 600
For the change colors, you do the following
Inside “General options section ” there is ” Custom CSS ” option add this code there
.textDiv_Days h4, .textDiv_Days span {
color: YourColorHere !important;
}
.textDiv_Hours h4, .textDiv_Hours span {
color: YourColorHere !important;
}
.textDiv_Minutes h4,
.textDiv_Minutes span {
color: YourColorHere !important;
}
.textDiv_Seconds h4, .textDiv_Seconds span {
color: YourColorHere !important;
}
with this CSS code, you can change text and numbers color (just change YourColorHere)
For the change Circles color, you should change the following Php file
go to this file
wp-content/plugins/countdown-builder/com/classes/countdown/CircleCountdown.php
Inside this file from 99 to 125 lines there are colors parameters where you can change the color.
Please let me know about your progress.
Regards,
Adam
You can change countdown size inside ” Countdown options ” section there is a ” Countdown Width ” option where you can change the size to example 600
I have tried this but there is still an overlay problem, can you tell me where I can edit this manually within the files to increase the maximum diameter for both circles. My client wants to keep the figures in thousands of daya and not use months or weeks or anything to that extent
Thanks
Dear @insecureabnormality
I have checked on your site and noticed the countdown with the id 1099 and that countdown width is 500 px could you please try to change circle width.
Please let me know about your progress.
Regards,
Adam