2
Login Screen custom HTML v17 Build 7153
Question asked by Paul Harris - 8/7/2019 at 9:13 AM
Unanswered
While doing preparation work for upgrading from v15 to v17 (latest Build) on a test system, we have some custom HTML links on the web page portal which we have on our current setup.
I have managed to add these in to the test system, but I cannot seem to control the colour of the font, even with the HTML editor and setting the colour to let say white text, as we may use the "default"  background images on the setup.

This is an example of the html code behind we are using

<div style="text-align: center;">
<span style="color: rgb(239, 239, 239);
          <a href="<Point to document>" target="_blank">Client Connection Settings</a>
</span>
</div>
It shouild be white, but is displaying in in blue, why?
 

3 Replies

Reply to Thread
0
Kyle Kerst Replied
Employee Post
My thoughts are that this is likely a CSS override occurring or an override being implemented by the browser you're testing in. Are you able to Inspect the links and see if your HTML is present (color settings)?
Kyle Kerst System/Network Administrator SmarterTools Inc. (877) 357-6278 www.smartertools.com
0
Paul Harris Replied
As you can see from the attached image, the CSS says the text is white in the "Span" but once you get into the "a" tag it then defaults to the "theme" colour.
0
Merle Wait Replied
As we are preparing to go to V17, just keen to know if this was ever resolved,?

Reply to Thread