Dear enfold-Team,
I have insert some individual CSS style settings regarding this post:
This is the code I´ve insert:
.av-dark-form input, .av-dark-form textarea, .av-dark-form select {
color: #4e4e4e !important;
border-color: #ba8e62 !important;
background: #f5d8ba !important;
font-family: georgia !important;
}
And for now the hoover effect on the send button is missing.
Could you help me inserting a new one? :-)
Thank you so!
Hi StudioLiner!
Try removing the !important from your CSS code.
Regards,
Elliott
Hi there Elliott,
thanks for your answer but it doesn´t work. If I remove the !important than the wholly CSS code has no effect.
Do you have another tip?
Thanks!
Hi!
Since the issue in Quick CSS field was fixed, does it work now? :)
Regards,
Yigit
Hi Yigit,
no – unfortunatelly no.
I´ve produced the actual fixed error today with testing the advice from elliott.
So this issue is still open.
And it would be a pleasure if you could help :-)
Hey!
I am getting following error when i try to check and login to your site.
Can you please check the link once again?
Regards,
Yigit
Hi Yigit,
thanks for feedback. Please try this:
Hey!
Please add following code to Quick CSS as well
input.button:hover {
background: red!important;
color: white!important;
border-color: white!important;
}
Cheers!
Yigit
This code works fine!
Thank you Yigit!!