Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1001810

    Hi, i am using the contact as light transparent now.

    But i would like under the column box (text input) to turn the background to be solid color when people try to type something, as the transparent column although looks awesome but when typing the text it’s difficult to see.

    Please advise how to achieve that.
    Link: http://137.59.110.65/~scala/

    Thanks

    #1001930

    Hey swotmarketing,

    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

    
    .flex_column.av_one_full.avia-builder-el-19 {
      background: #2b2525c2;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1002096

    Hi Vitoria, thank for prompt support.

    Sorry, if i just would like the typing box to change the background color when people type in,

    Here: https://imgur.com/a/kYIUOAV

    Please advise again.

    #1002146

    Hi,

    Thanks for the clarification. Please try this instead:

    .avia_ajax_form input::focus {
      background-color:red;
    }

    Best regards,
    Rikard

    #1002169

    Hi Rikard, thank you for update.
    Unfortunately it didn’t work :(

    #1002243

    Hi swotmarketing,

    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 div .av-light-form .input-text, 
    #top div .av-light-form input[type='text'],
     #top div .av-light-form input[type='input'], 
     #top div .av-light-form input[type='password'], 
     #top div .av-light-form input[type='email'], #top div .av-light-form input[type='number'], 
     #top div .av-light-form input[type='url'], #top div .av-light-form input[type='tel'], #top div .av-light-form input[type='search'], 
     #top div .av-light-form textarea, #top div .av-light-form select, div div .av-light-form .button{
    	background-color: #a73636eb;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1002372

    Hi Vitoria, thank for the replied. So sorry for not being cleared, actually i just want it to turn other color when people start typing and only for the particular column when people type, the rest still remain original.

    For example:

    View post on imgur.com

    Please let me know if this can be achieved.

    Thanks

    • This reply was modified 6 years, 2 months ago by swotmarketing.
    #1002821

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

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