Hi all,
I have a new contact form here: https://assetgo.co.uk/contact-us-test/ which I want to add the following styling:
color: #222; border-color: #222; border-width: 2px!important; background-color: white;
tried adding a custom Id attribute and then adding via css but it doesn’t change and retains the green background colour etc.
Any ideas?
The form has been created for use with salesforce and will be rolled out to other pages when ready.
Thanks
Gary
Hey Gary,
Please try the following in Quick CSS under Enfold->General Styling:
.Salesforce_contact_form input {
background-color: #fff;
border: 2px solid #222;
color: #222;
}
Best regards,
Rikard
Hi Rikard
Apologies, I didn’t see this reply until now – that hasn’t worked I’m afraid.
I opened a new topic earlier that has login details in the private area – if you can see any other issues it would be great to know. You can close this thread now I guess :)
Thanks
Gary