Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #798900

    how can i delte the border (1) and fill the countdown boxes with color (2) and change the text color to white (3) and use german instead of english words?

    View post on imgur.com

    #799481

    Hey Alex,

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

    #top .av-default-style .av-countdown-cell-inner {
        border: none;
        background: #ff4d7c;
    }
    .av-countdown-time, .av-countdown-time-label {
        color: white!important;
    }
    

    You can use this plugin – https://wordpress.org/plugins/loco-translate/ to translate untranslated strings :)

    Best regards,
    Yigit

    • This reply was modified 7 years, 6 months ago by Yigit.
    #799498

    Awesome!! Thank you Yigit! Great work!

    How can i get the text color inside the countdown to #7f7f7f ?

    CLOSED.

    #799500

    Hi,

    You can simply change following code

    .av-countdown-time, .av-countdown-time-label {
        color: white!important;
    }

    to following one

    .av-countdown-time, .av-countdown-time-label {
        color: #7f7f7f!important;
    }

    If that does not help, please post a screenshot and show the changes you would like to make :)

    Best regards,
    Yigit

    #799517

    CLOSED. Thank you very much! Best support ever!!!!!!!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘countdown’ is closed to new replies.