Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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!!
    cheers

    #562345

    Hi StudioLiner,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #562455

    Hi ,

    here comes the link:

    cheers!!

    #562503

    Hi!

    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 patience

    Regards,
    Basilis

    #563142

    Hello Basilis,

    it seams that this code does not provide the wished results.
    May you have a look:

    #563704

    Hi,

    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,
    Rikard

    #563808

    Hi 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?

    #564349

    Hi,

    Please try the following as well:

    #top div .av-dark-form textarea {
        color: #4e4e4e;
        border-color: #4e4e4e;
    }

    Best regards,
    Rikard

    #564552

    Hi Rikard,
    thank you for your patience!
    It doesnt work. :-(
    Font and borders are even black.
    Have a look:

    #565510

    Hi!

    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!
    Andy

    #574664

    Hi 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?

    #575726

    Dear enfold-support,
    could you please help with this enquiry?
    Thank you!

    #576271

    Hi!

    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,
    Ismael

    #576504

    Hi there!
    Could you provide me this code for color scheme “standard”?
    Additionaly: The hoover-effect of the send button is gone?

    Thank you!

    #578849

    Hey!

    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

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.