Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi Mihaila
I’m quite finishing my work. In my contact form , in the field “date of birth” I can t see the tab of the datepicker plugin contact form (for example this https://it.wordpress.org/plugins/contact-form-7-datepicker/screenshots/ ) . In the old theme, it was visible. Now I see only a blank line. This is due to the new CSS i’ve wrote to see the image in the background?
The page is this: https://2.225.102.67/rcmedici/form-richiesta-preventivo/
the css settings of the page are these:
.wpcf7-select {
width: 600px;
}
.wpcf7-textarea {
height: 60px;
}
#specialit {
width: 100%;
height: 256px;
}
#content {
background-repeat:no-repeat;
background-size:cover;
background-attachment:fixed;
background-position:center top;
background-image:url(‘ https://2.225.102.67/rcmedici/wp-content/uploads/2016/04/sfondo-form-medici2.jpg’);
}
.wpcf7-form p { font-weight: bold; color: #192342;}
You must be logged in to reply to this topic.