Hi,
My vendor adds a red license text, which is automatically created, within the pages. I can overrule the basic CSS adding for example the following example:
<style>
td { color: #635D5A !important; font-weight:100 !important; }
</style>
I can change the background color of the text, but i want to change the color of only the text: MyLicense. Is that possible? So when the text is Mylicense i want to add another color for this piece of text. With the change:
td { color: #635D5A !important; font-weight:100 !important; }
all of the colors has been changed...
Any idea's
My vendor adds a red license text, which is automatically created, within the pages. I can overrule the basic CSS adding for example the following example:
<style>
td { color: #635D5A !important; font-weight:100 !important; }
</style>
I can change the background color of the text, but i want to change the color of only the text: MyLicense. Is that possible? So when the text is Mylicense i want to add another color for this piece of text. With the change:
td { color: #635D5A !important; font-weight:100 !important; }
all of the colors has been changed...
Any idea's