Is there a way for me to change the colour of the "joomla professional work", text that appears at the bottom of every form?
I'm aware that I need to get a license to get rid of it but I'm not trying to do that. I just need to change it to fit my site's colour scheme.
I thought the byline of the license ad said something like:
Keeping it real, I really can't pay. Not now anyway.
So how do I change the colour?
I'm aware that I need to get a license to get rid of it but I'm not trying to do that. I just need to change it to fit my site's colour scheme.
I thought the byline of the license ad said something like:
However, in order to allow everybody to still use the component and even get out of this, the link is inside a div with class : chronoform , use this to hide the link by using different colors or whatever if you really can't pay
Keeping it real, I really can't pay. Not now anyway.
So how do I change the colour?
Hi rustyDusty,
You can add some css to the page
Bob
You can add some css to the page
<style type="text/css">
div.chronoform { color:navy; }
</style>
Bob
at ChronoComments the link is inside div with class=input-text
you can't hide the div in ChronoComments but you can use it to control the link color to be suitable for your theme!
Cheers,
Max
you can't hide the div in ChronoComments but you can use it to control the link color to be suitable for your theme!
Cheers,
Max
Hi rustyDusty,
You can add some css to the page
<style type="text/css">
div.chronoform { color:navy; }
</style>
Bob
I copied and pasted the css you gave me into the form code but it did not change a thing.
Can you give me step by step procedure for changing the colour of this text?
Also Max said I could hide the div in ChronoComments but I don't see this feature in 3.0 stable.
I just want to change the text colour at the bottom of every form I make.
Hello,
is this a question for ChronoComments or Chronoforms ?
Max
is this a question for ChronoComments or Chronoforms ?
Max
This is a question for chronoforms.
Ohh so that's why the answers were confusing.
Ohh so that's why the answers were confusing.
This topic is locked and no more replies can be posted.