http://www.aurelwireless.com/nuovo/antenne/ can be setting css only form on background style?
Hey unicaweb,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top.page-id-1711 .avia_ajax_form .text_input,
#top.page-id-1711 .avia_ajax_form .text_area {
background-color: rgba(0,0,0,0.9);
}
Hope this helps :)
Best regards,
Nikko
Yes but for ever page where I have form on background ?
Hi,
I think the solution for that is to enable Custom CSS Classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then add a class for example form-with-bg to the color section then change the code I gave above with this:
#top .form-with-bg .avia_ajax_form .text_input,
#top .form-with-bg .avia_ajax_form .text_area {
background-color: rgba(0,0,0,0.9) !important;
}
Then on every form that has background, add the class name to the color section in which it resides. Hope this helps :)
Best regards,
Nikko
Do not work input text is not white http://www.aurelwireless.com/nuovo/antenne/
.form-with-bg .input-text, .form-with-bg .text_area {color: #fff!important;}
Hi,
I have checked the link you gave but I can’t see any form.
Best regards,
Nikko
Hi,
I have checked the link and I don’t see this being done: https://kriesi.at/support/topic/input-text-color/#post-801468
Also white font color for the input field on the page you pointed out won’t look good since the background is also white.
Best regards,
Nikko