Search…

X3 Photo Gallery Support Forums

Search…
 
CrisC
Experienced
Topic Author
Posts: 59
Joined: 23 Oct 2018, 05:13

Text color with dark layouts

25 Oct 2018, 04:19

Hi,
while plaing around with the page layouts (due to my "logo-issues") I've changed the Style to "organic" and "science" for testing purpose.
Then, I've noticed, that the text on my contact form will become unreadable:
Maybe, this is only related to the CSS Class for the GDPR stuff?
   
Code
<!-- Uncomment below section to include GDPR required email consent -->
    
    <div>
        <input type="checkbox" id="consent" name="gdpr-consent" required>
        <label for="consent">Ich stimme zu, dass meine Angaben und Daten zur Beantwortung meiner Anfrage elektronisch erhoben und gespeichert werden.
    </label>
    </div>
Image
Image
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Text color with dark layouts

25 Oct 2018, 06:14

Seems <label> is not properly styled. In the meantime, just replace <label></label> tags with <span></span> tags. Even better would be to disable that checkbox ... you don't need it. Read my post here to find out why you don't need it.
 
CrisC
Experienced
Topic Author
Posts: 59
Joined: 23 Oct 2018, 05:13

Re: Text color with dark layouts

25 Oct 2018, 08:22

thanks for the link and clarification :)
:thumbsup:
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Text color with dark layouts

24 Feb 2019, 05:52

The issue with un-styled labels for X3 skins is resolved in X3.27.0.
https://www.photo.gallery/blog/photo-gallery-X3-27/