Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #629476

    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!

    #629483

    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

    #629754

    Hi,
    Ok, here it is:)
    Thanks.

    #630621

    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

    #630708

    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.

    #631274

    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

    #632050

    Thank you! Iam happy:)
    Maybe, is it possible to set the height of the white separator lines?

    #632051

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .av-countdown-cell-inner { padding: 5px; }
    

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.