Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter chrisgeist

    (@chrisgeist)

    no ideas? i can´t find the CSS to change it.
    please give me a hint.

    cheers,

    chris

    Hi Chris, can you share your URL with the form so that we can check.

    Thank you

    Hi Chris thanks for the great plug-in.
    I’m experiencing the same issue. Hoping there’s a fix before I dive into the code.

    http://www.giahairsalon.net/make-an-appointment/

    Please let us know if there’s a fix.
    Thanks again,
    E

    Thread Starter chrisgeist

    (@chrisgeist)

    hey guys. its just in firefox and IE. google chrome works.

    see here: http://www.paragliding-academy.com/service/buchen/

    cheers,

    chris

    Hi @chris and @e, try adding the following to the table tag

    background-color: rgb(0, 0, 255);….<<==== or what ever color you want..

    Or if you prefer you can add it to the element.style.

    You might also want to change the font color.

    Kind regards

    Thread Starter chrisgeist

    (@chrisgeist)

    hey guys

    for me its not working. i can change all colors but not the one in the date field selection.

    please help.

    cheers,

    chris

    Hey everyone this solution seems to work for me:
    I was having issues with my child theme so I went direct into the main CSS file. (Twenty Twelve)

    Near the top line 80 or so
    I added the background color set it to white.

    table {
    	border-collapse: collapse;
    	border-spacing: 0;
        background-color: white;
    
    }

    I also gave it a little padding the td rule is just below the table rule.

    td {
    	font-weight: normal;
    	text-align: left;
    	padding: .2em;
    }

    I’m not sure how this will affect the rest of the site but hey it works for me. Hope it helps.

    Chris I think the Table rule you need to adjust is much further down in your stylesheet around line 3740.

    .imageframe img{
    	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
    	box-sizing: border-box;         /* Opera/IE 8+ */
    }
    
    table{
    	border-collapse:collapse;
    	border-spacing:0;
    	background-color: white;
    }
    Thread Starter chrisgeist

    (@chrisgeist)

    wow thanks a lot, that solved the problem.

    all the best,

    chris

    Hi Chris, it looks like you were able to resolve your issue thanks to @ewbangle.

    If you don’t need any more help could you mark this support thread as resolved.

    Thank you kindly

    Hi @chris, was your issue resolved? If it was could you mark this support thread as resolved.

    Thank you

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Date field is transparent after update’ is closed to new replies.