Hi Yasser,
You can add a custom class name for the countdown element and then use the following code in the CSS tab:
.my {
border-right-color: red !important;
}
where my is the class name you have used.
...................................................
Sincerely,
Hella
Nicepage Support Team
Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp
But I want each number boarder to be in different color, in the attached image, I want each square with different color.
But I want each number boarder to be in different color, in the attached image, I want each square with different color.Hi Yasser,
OK, use another code like this:
.my .u-countdown-days {
border-color: red;
}
the other classes are u-countdown-hours, u-countdown-minutes, u-countdown-seconds correspondingly.
...................................................
Sincerely,
Hella
Nicepage Support Team
Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp