Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Costel Tudose

    (@247wd)

    Hi Neil,

    recaptcha if there, you have to modify your css file from theme folder: wp-content/themes/zerif-lite/style.css

    you have a display: none rule there , and also a rule to increase margin left. I think you can delete this block of code.

    .g-recaptcha {
    margin-left: 15px;
    display: none;
    }

    Thanks

    Thread Starter neigon

    (@neigon)

    Cool thanks for that. Saw it in the html but could not find the style sheet. Thanks for that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does not display’ is closed to new replies.