Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi
1) Is there a way to make the embedded google maps not to be scrollable?
2) How could I add some styling to the fields in the contact form? Actually they look as if they were not there. Is there a setting in the options?
Thanks
Hello,
1-Try adding this css into your Custom Css box:
.row-google-map iframe {
pointer-events: none;
}
2-No there isn’t. The contact form is generated by a third party plugin and the styling is defined by it. I suggest you customize it using custom css. Example:
.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="tel"],.wpcf7-form-control-wrap textarea {
border: 1px solid #efefef !important;
background: #ffffff;
}
Best regards!
You must be logged in to reply to this topic.