• hey team,

    the check box for my reviews is covering the text boxes to input name and email

    also the name and email placeholders are missing

    any ideas why?

    thanks!

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey @isobelperl,
    The checkbox is covering the text fields since the checkbox is applied with a CSS styling of position “absolute” while its parent element (starting from the text boxes) has been set as position “relative”, meaning that the checkbox is shifted from its original position to the position of its parent element.

    Add the below CSS code at the bottom of style.css or customizer.css file:

    #wp-comment-cookies-consent{
        position: static !important;
    }

    Path: wp-content/themes/blossom-travel/style.css

    Thread Starter isobelperl

    (@isobelperl)

    Thank you!! that has worked. and do you know why there is no placeholders? e.g. ‘name’ or ’email’ in the blank boxes?

    Hey @isobelperl,
    The placeholder/label comes from the plugin/theme’s end.
    You could try disabling and re-enabling the plugin.

    However, it would be best to communicate with the plugin developers via the official support channel to get a precise solution.

    The plugin you are using for the reviews section is WooCommerce.
    Contact them here: https://woocommerce.com/contact-us

    Thread Starter isobelperl

    (@isobelperl)

    thank you!

    also, i can’t click in the boxes to enter the name and email? do you know why that is?

    Hey @isobelperl,
    I checked the website and I was able to click on the email and name fields without any issues.
    Is the problem solved on your end??

    Thread Starter isobelperl

    (@isobelperl)

    all sorted thank you ??

    Happy to Help ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘why is the review box placeholder missing and the check box covering it?’ is closed to new replies.