Make countdown timer background round
-
I want to make this countdown timer background square to round.
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you very much for choosing our theme and for contacting us.
Your site is under maintenance, please provide site admin access, page URL and details how you want to change the countdown.
Best Regards
On homepage, I want to make this timer background square to round by using border radius. But I can’t find the css class. Can you please give me the code?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-timer span{
border-radius: 50%;
}
Best Regards