Hi there,
I’m using the Quform plugin which is okay for what I want, but I’d like to create an enfold style button to link to the popup rather than just plain text, is this possible?
The site is http://sheltercymru.org.uk/
Thanks,
Matt
Hi Matt!
Can you please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page and provide you and accurate custom CSS code :)
Regards,
Yigit
If you see this page – http://sheltercymru.org.uk/contact-us/
At the bottom of the page, it says “Please give us some feedback”
I’d like that in the same style as the “Send” button above it from the form
Is that clearer for you? :)
Thanks,
Matt
Hi!
Yes, it is :)
Please add following code to Quick CSS in Enfold theme options under General Styling tab
a#iphorm_fancybox_55d5ae51ddfcb {
background-color: #c72026;
color: #ffffff;
border-color: #a50004;
margin: 0;
padding: 16px 20px;
border-radius: 2px;
border-bottom-width: 1px;
border-bottom-style: solid;
font-weight: normal;
font-size: 12px;
min-width: 142px;
text-decoration: none!important;
}
Regards,
Yigit
Sadly that did nothing, I added !important; to each line as well :/
Thanks,
Matt