Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #938193

    Hi Team Kriesi!

    I would like to ‘talk to’ the contact form settings.

    Please help me change:

    Background of text input and message input field: background must be filled with light grey #d6d5d5 – no border/sharp corners

    Button colour: dark grey #5e5e5e – text on button in white
    Button colour on hover: #2b2b2b – text stays white

    FONT: I am using Open Sans Light on the entire website but it does not reflect on the contact form, how can I make it appear there as well?
    For: Name, Email, Subject etc.

    Thank you in advance!
    Kind regards
    Capuchin

    #938500

    Hey capuchin,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #938559

    Hi Rikard,

    Please view:

    Many thanks!
    Capuchin

    #938872

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
        border-color: transparent!important; 
        background-color: #d6d5d5!important; 
        color: #000!important; 
    }
    div .main_color .button {
        background-color: #5e5e5e!important; 
        color: #ffffff!important; 
        border-color: #5e5e5e!important; 
    }
    div .main_color .button:hover {
        background-color: #2b2b2b!important; 
        color: #ffffff!important; 
        border-color: #2b2b2b!important; 
    }

    Best regards,
    Mike

    #938999

    Hi Mike

    The CSS worked like a charm, thank you!!

    Do you know how to make custom font (Open Sans light in my case) appear for: Name, Email, Subject etc.
    The font still looks too bold…it should look like the font used on the entire website.

    Kind regards
    Capuchin

    #939072

    Hi Capuchin,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top label {
        font-weight: normal;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #939078

    Wonderful! Everything looks really stunning now. I am one happy customer, thanks, Victoria!

    #939091

    Hi,
    The sidebar and form labels all seem to be the same font to me, what browser are you using? Can you include a screenshot?
    Please see screenshot in Private Content area.

    Best regards,
    Mike

    #939097

    Hi Mike!

    Yes, that’s how it should be. I’ve changed it this morning with CSS provided by Victoria.
    I am using Safari.

    Great cooperation in this forum:)

    #939132

    Hi,
    Sorry our posts must have crossed, shall we close this then?

    Best regards,
    Mike

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