-
AuthorPosts
-
January 8, 2016 at 6:24 pm #562147
Hello dear enfold team,
i have a question regarding the contact formular:
I want to change the font and border color from black to #4e4e4e for the color scheme “dark transparent”
And also want to change the font for the button(s) into “Georgia”
Could you please post the code?Thank you!!
cheersJanuary 9, 2016 at 7:45 am #562345Hi StudioLiner,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
RikardJanuary 9, 2016 at 5:38 pm #562455Hi ,
here comes the link:
cheers!!
January 9, 2016 at 9:13 pm #562503Hi!
Please add the following:
#top .main_color input[type="text"] { border: #000; background: transparent; }
let us know if you have any more questions.
Thanks a lot for your time and patienceRegards,
BasilisJanuary 11, 2016 at 2:19 pm #563142Hello Basilis,
it seams that this code does not provide the wished results.
May you have a look:January 12, 2016 at 6:48 am #563704Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
#top div .av-dark-form select { color: #4e4e4e !important; border-color: #4e4e4e !important; } input[type='submit'] { font-family: georgia !important; }
Regards,
RikardJanuary 12, 2016 at 11:36 am #563808Hi Rikard,
many thanks. The codeline for the changing of the submit line works fine.
Unfortunately the codeline for the border color doesn´t.
May you have a look again?January 13, 2016 at 6:15 am #564349Hi,
Please try the following as well:
#top div .av-dark-form textarea { color: #4e4e4e; border-color: #4e4e4e; }
Best regards,
RikardJanuary 13, 2016 at 11:47 am #564552Hi Rikard,
thank you for your patience!
It doesnt work. :-(
Font and borders are even black.
Have a look:January 14, 2016 at 4:32 pm #565510Hi!
try to add an !important:
#top div .av-dark-form textarea { color: #4e4e4e !important; border-color: #4e4e4e !important; }
Clear browser cache and hard refresh a few times.
Cheers!
AndyJanuary 29, 2016 at 4:56 pm #574664Hi there enfold-team,
its really strange but your code works with contact form color scheme “Light transparent”
I have insert #ffffff to show the differences with your provided code:#top div .av-dark-form textarea { color: #ffffff !important; border-color: #ffffff !important; } #top div .av-dark-form select { color: #ffffff !important; border-color: #ffffff !important; } input[type='submit'] { font-family: georgia !important; }
Additionally:
Do you have a codeline to change the backround color inside the boxes?February 1, 2016 at 1:34 pm #575726Dear enfold-support,
could you please help with this enquiry?
Thank you!February 2, 2016 at 7:37 am #576271Hi!
Please try this:
.av-light-form p input, .av-light-form p textarea, .av-light-form p select { background: red !important; }
Could you please provide a screenshot of the color scheme that you want?
Best regards,
IsmaelFebruary 2, 2016 at 3:56 pm #576504Hi there!
Could you provide me this code for color scheme “standard”?
Additionaly: The hoover-effect of the send button is gone?Thank you!
February 5, 2016 at 11:29 pm #578849Hey!
when trying to open your links from your previous post I get a “404 page error”. Can you provide us precise link where we can see what you mean please? we need to be able to inspect the elements in question.
Regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.