Backround colour on raw text element covers and obscures text

Posted in: Newspaper
Post count: 32

In the TD editor I added a raw text element which has the option in CSS to set a background colour. When I try to do this, it completely covers the black text and form boxes, all I can see is the solid colour. Is there a workaround? This is my html

<label>Subscribe to daily or weekly updates</label><br>
<input name=”_mc4wp_lists[]” type=”checkbox” value=”9112086c29″ checked=”true”> <span>TCW Weekly Email</span>
</label><br>
<label>
<input name=”_mc4wp_lists[]” type=”checkbox” value=”a63cca1cc5″ checked=”true”> <span>TCW Daily Email</span>
</label>
</p>
<p>
<input type=”email” id=”mc4wp_email” name=”EMAIL” placeholder=”Your email address” required />
</p>

<p>
<input type=”submit” value=”Sign up” />
</p>

Post count: 20688

Hi,

We are aware of the issue when setting a background on that particular element. It will be fixed as soon as possible, possibly in the next theme update.
A solution would be to set a background color on the column or the row, depending on the layout you use
https://www.screencast.com/t/pvb48WyIBEOB
Or maybe wrap the whole code in a div with a custom class, then refer to it with CSS. Sorry for any inconvenience this has caused for you.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.