Adding text to css3-spinner

1 reply · opened Jun 18, 2024

SsubsutraJun 18, 2024

I want to add some text below the loading spinner: css3-spinner. How do I do this?

SSemicolon WebSTAFFJul 29, 2024

Hello,

Thanks for your Patience!

You can consider using the following Code:
[ch_pre]<div class="page-transition-wrap h-100 d-flex justify-content-center align-items-center flex-column">
<div class="css3-spinner h-auto mb-3" style="--cnvs-loader-color:var(--cnvs-themecolor);">
<div class="css3-spinner-bounce1"></div>
<div class="css3-spinner-bounce2"></div>
<div class="css3-spinner-bounce3"></div>
</div>
<span>Preloader</span>
</div>[/ch_pre]

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard
Adding text to css3-spinner · Canvas Template Support