Hello,
I am trying to add a yellow background to inputs on a table that are required to be filled in by the visitor on my website at the following page:
https://nnnproperties.staging.wpengine.com/client-resources/1031-calculator/
If you look closely, the required inputs have a dark grey background, while the automated outputs have a light grey border.
For the required inputs, I want to shade the background yellow. I tried to do so using a custom class, and with the following code:
On WP Page:
<table class="1031-custom-table" style="margin: auto;" border="0" cellspacing="0" cellpadding="4" width="500">
In X Theme Custom CSS Dashboard:
#1031-custom-table .x-raw-content.mtm input.form {
background-color: #fffeb9;
}
Unfortunately, this doesn’t appear to be working, so I must have butchered the code. Any assistance you could offer would be greatly appreciated. Thanks!
