Hi,
I want to change the color on several things but I’m getting crazy..
I’m not familiar with the vocabulary and I’m changing the wrong things
please see the screenshot: http://imgur.com/UwvahL0
Can you please tell me how each part is called, so I can change it in General Styling?
many thanks
Hey libelum!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_ajax_form .button {
background-color: #9fa0c7!important;
}
::selection {
background-color: #e1e1e1;
color: black;
}
textarea, input {
color: #1f1f1f!important;
}
Cheers!
Yigit
great!!
many thanks!
Delia
ou! just one little thing!
just to change the text “submit” to white
thanks!!!
Hi!
Please add following code to Quick CSS as well
.avia_ajax_form .button {
color: white !important;
}
Cheers!
Yigit
perfect now!
solved!
thaaanks Yigit!!!
Delia