JTC CAPTCHA style – hover tooltip is grey not white

Home Forums BulletProof Security Pro JTC CAPTCHA style – hover tooltip is grey not white

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40642
    AITpro Admin
    Keymaster

    Email Question:

    Hi,

    Hope everything is going good 🙂

    I just needed a tiny help which I could not find mentioned in support forums.

    If you checkout this link (https://www.artxxxxx.com/checkout) [Please add a product if page does not show], you will see that the hover box indicating the captcha value to enter is not clear or transparent as it was before. Now it is grey and semi-transparent and no shadow. The issue is probably in all places like in contact forms etc.

    I don’t know since which version, but probably after either bps pro upgrade or my theme upgrade, the re-captcha is not appearing clearly.

    I tried adding some css but it did not work. Can you kindly guide me how to fix this as I could not find a suitable css selector which probably is because some script loads this.

    Thanks a lot in advance and have a nice day ahead.

    Best Regards,
    Ak

    #40643
    AITpro Admin
    Keymaster

    Answer:

    Using Google Dev Tools: It looks like the style is coming from your claue (main theme). I checked your claue-child theme and it does not have any CSS style code for the BPS CAPTCHA form to override your claue theme style code. Try adding this CSS style code below in your claue-child theme style.css file.

    input#reference2 {
    color:#000;
    font-weight:bold;
    background-color:#fff;
    padding:6px;
    width:260px;
    position:absolute;left:0px;top:0px;
    z-index:9999;
    max-width:260px;
    -webkit-box-shadow:0 0 5px #aaa;
    box-shadow:0 0 5px #aaa;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.