Hi there,
could you help me in styling the countdown section like in the link below? Can the font be other than the main font? The numbers should be Georgia and the time units Arial. And the separator just a vertical thin line.
Thanks!
Hey kazse,
Thanks for getting in touch with us!
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Jordan
Hi,
Ok, here it is:)
Thanks.
Hi,
use this code inside of Quick CSS field:
.av-countdown-time {
font-family: Georgia;
}
.av-countdown-time-label {
font-family: Arial;
}
Best regards,
Andy
Hi, thanks. I would like instead of the white box/rectangle just a vertical line as a separotor between the text, as on the attached image in the first post. Thanks.
Hi,
try this code:
#top .av-trans-light-style .av-countdown-cell-inner {
border: none;
}
span.av-countdown-cell.av-countdown-days {
border-right: 3px solid white;
border-left: 3px solid white;
}
Hope you are happy now :).
Best regards,
Andy
Thank you! Iam happy:)
Maybe, is it possible to set the height of the white separator lines?