Page 1 of 1

Text color with dark layouts

Posted: 25 Oct 2018, 04:19
by CrisC
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

Re: Text color with dark layouts

Posted: 25 Oct 2018, 06:14
by mjau-mjau
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.

Re: Text color with dark layouts

Posted: 25 Oct 2018, 08:22
by CrisC
thanks for the link and clarification :)
:thumbsup:

Re: Text color with dark layouts

Posted: 24 Feb 2019, 05:52
by mjau-mjau
The issue with un-styled labels for X3 skins is resolved in X3.27.0.
https://www.photo.gallery/blog/photo-gallery-X3-27/