Hello, in this page: http://grandhotelcapvermell.com/
In some formats there is black under the video, when you reduce to iPad and mobile format … How can I solve this?
And also in contact form – dropdown boxes I can not give then the same d¡format as text boxes (transparent and with border-radius: 10 px……do you know how to do it?
Thank you!!
Hey carmen,
Thank you for the link to your site, I downloaded your video and it looks like the top and bottom black bars are in your video, so you will need to edit your video to crop these out:
For the form drop downs try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .entry-content-wrapper select.wpcf7-form-control {
border-radius: 10px;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Great! Works perfectly! Thank you!