Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Title Blink

  • riccardo_ferrarini
  • riccardo_ferrarini's Avatar Topic Author
  • Offline
More
6 years 6 months ago #4897 by riccardo_ferrarini
Title Blink was created by riccardo_ferrarini
Is possible to BLINK in the title?
resstudium.demostile.it/

in need to blink title "RICERCHE IN EVIDENZA"

Thank's
Riccardo

Please Log in or Create an account to join the conversation.

More
6 years 6 months ago - 6 years 6 months ago #4898 by syw
Replied by syw on topic Title Blink
Hi Riccardo,

Just use CSS:

.whatever_the_module_class_is { text-decoration: blink; }

You need to give your module a class name in the module advanced parameters

Olivier.
Last edit: 6 years 6 months ago by syw.
The following user(s) said Thank You: riccardo_ferrarini

Please Log in or Create an account to join the conversation.

  • riccardo_ferrarini
  • riccardo_ferrarini's Avatar Topic Author
  • Offline
More
6 years 6 months ago #4900 by riccardo_ferrarini
Replied by riccardo_ferrarini on topic Title Blink
I try but no work
the ore-text is :
<p style="text-align: center;"><span style="font-size: 14pt; color: #059357; font-family: arial, helvetica, sans-serif;"><strong>Ricerche in evidenza</strong></span></p>

Is not possible to set in the pretext box?

Thank's a lot.
Riccardo

Please Log in or Create an account to join the conversation.

More
6 years 6 months ago - 6 years 6 months ago #4901 by syw
Replied by syw on topic Title Blink
It does not work because I thought the title in question was the module title. You did not mention the title of the module was in the pre-text field, which is different indeed :-)

Then just do:
<p style="text-align: center; text-decoration: blink;"><span style="font-size: 14pt; color: #059357; font-family: arial, helvetica, sans-serif;"><strong>Ricerche in evidenza</strong></span></p>

Olivier.
Last edit: 6 years 6 months ago by syw.
The following user(s) said Thank You: riccardo_ferrarini

Please Log in or Create an account to join the conversation.