Countdown on Static Page ?

Hello,

First, thanks you so much for this amazing theme !

I want to add a countdown on the home static page. I tried with adding a countdown widget but title is not center and the font size too small compare to the text of the parallax widget …

You can see my problem directly on my website ( the last widget on the bottom)

https://www.allonsvoirlemonde.com

Thanks :wink:

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*countdown size*/
/*center text and in increase countdown size*/
div#shailan-countdown-widget-4 {
    text-align: center;
    font-size: 50px;
    line-height: 1;
}
/*increase title font size*/
div#shailan-countdown-widget-4 h2 {
    font-size: 50px;
}

Best regards,
Support.

Hi,

Thanks you so much for this quick answer, but it doesn’t worrk :frowning: as you can see on the website : http://www.allonsvoirlemonde.com/

Any other idea ? :slight_smile:

Thanks

Oh sorry, it works !!

I forgot to delete the same widget on the sidebar. After deleting, it’s working :wink:

Thanks you so much !!

And just to know : How can do this for all the other widget i want to add ? Like the plugin Instagram feed ?
You just need to change the #div name ? Or it’s more complicated ?

Cause i try with the Instagram Feed Plugin but it doest work :frowning:

Explain to me please !

Hi Allons,

I didn’t understand the question, can you elaborate a little bit more? So that we can answer you better.

Let us know,

Thanks,
laranz.