Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1202603

    hello together
    What is the name of the field in the kontakt form?
    so I can format this one like the others
    numeric captcha

    Thanks a lot
    kind regards
    Franz

    #1202848

    Hallo Franz,

    Are you looking to style it? If so then you can target it using this CSS:

    input.captcha {
      your CSS goes here
    }

    LG,
    Rikard

    #1202854

    Hallo Rikard
    When I put it that way, nothing happens.
    what am I doing wrong

    /*format captcha*/
    input.captcha {
    background-color: #e6e3ab;
    border-color: #0F4477; !important;
    }

    Thanks
    kind regards
    Franz

    #1202944

    Hi Franz,

    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 .main_color input#avia_6_1 {
         background-color: #e6e3ab;
         border-color: #0F4477;
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1202950

    Thank you very much
    Victoria

    now it works perfectly
    you can close this request

    I wish you happy Easter.

    kind regards
    Franz

    #1202956

    Hi Franz,

    Glad we could help :)

    Happy Easter!

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘numeric captcha’ is closed to new replies.