Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1298561

    Hello,

    1. Imagine i want the font on some formlabels black colored on a form, instead of the regular white, how to to this?
    2. could i give a textfield or textarea a certain colored background?

    best regards, jelle

    • This topic was modified 3 years, 4 months ago by yampieters.
    #1298646

    hello
    point 1 is solved by

    #top .av-custom-form-color #element_avia_9_1
    {color: #333333 !important;}
    
    #top .av-custom-form-color .button
    {color: black !important;}
    

    point 2 is solved by
    `
    #top div .av-light-form input[type=”text”]
    {background-color: #e1e1e1 !important}

    #top .avia_ajax_form .text_area
    {background-color: #e1e1e1 !important}
    `

    result: https://jmcwebdesign.nl/duo/wp-content/uploads/2021/05/Screenshot_2021-05-05-contact-–-Duo-interieur.png

    you can close this one, thanks, jelle

    • This reply was modified 3 years, 4 months ago by yampieters.
    #1299062

    Hi Jelle,

    Great, I’m glad that you found solutions for your problems, and thanks for the update. I’ll go ahead and close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘two column layout on form’ is closed to new replies.