Title: FlipClock Plus!
Last modified: June 9, 2018

---

# FlipClock Plus!

 *  [ernexto](https://wordpress.org/support/users/ernexto/)
 * (@ernexto)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/flipclock-plus/)
 * Hello, a couple of questions:
 * – is it possible to change Labels text? I’d like to use italian words for Days,
   Minutes, etc.
 * – is it possible to change digits sizes? In mobile they are far too big.
 * Thanks and compliments for the nice plugin! 🙂

Viewing 1 replies (of 1 total)

 *  Plugin Support [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/flipclock-plus/#post-10383385)
 * Hi there,
    you can open assets/js/ep-scripts.js and replace
 *     ```
       	var clock = $clock.FlipClock(countdown, {
       			clockFace: clockface,
       			autoStart: false,
       			showSeconds: show_seconds,
       			callbacks: {
       				stop: function() {
       					message.html(message_text)
       				},
       			}
       		});
       ```
   
 * with
 *     ```
       	var clock = $clock.FlipClock(countdown, {
       			clockFace: clockface,
       			autoStart: false,
       			showSeconds: show_seconds,
       			language: 'it',
       			callbacks: {
       				stop: function() {
       					message.html(message_text)
       				},
       			}
       		});
       ```
   
 * Open the default editor and then navigate to the /plugins/elements-plus/ folder
   to find the file.
 * 2. Try this
 *     ```
       @media(max-width:768px){
       .elementor-widget-ep_flipclock .flip-clock-wrapper ul li a div div.inn{
        font-size:20px;   
       }
       }
       ```
   
 * in your custom CSS box to change the size in mobile.
    -  This reply was modified 7 years, 10 months ago by [Fotis](https://wordpress.org/support/users/markwaregr/).

Viewing 1 replies (of 1 total)

The topic ‘FlipClock Plus!’ is closed to new replies.

 * ![](https://ps.w.org/elements-plus/assets/icon-256x256.png?rev=2928103)
 * [Elements Plus!](https://wordpress.org/plugins/elements-plus/)
 * [Support Threads](https://wordpress.org/support/plugin/elements-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/elements-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/elements-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/elements-plus/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Fotis](https://wordpress.org/support/users/markwaregr/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/flipclock-plus/#post-10383385)
 * Status: not resolved