Наши преимущества

Xenforo Pulsing Register Button

D

Dr.Pavlov

Гость
Would you like to attract the attention of visitors who visit the forum?

After the following code operation, the "Register" button will appear around the heartbeat.

Как увидеть ссылки? | How to see hidden links?

1-) Add to extra.less template



2-) In "Page_container" find :

Код:
<span class="p-navgroup-linkText">{{ phrase('register') }}</span>

Add new class like so:

Код:
<span class="p-navgroup-linkText"><span class="pulse">{{ phrase('register') }}</span></span>
 
Верх