• hey guys

    the placeholders for ‘name’ and ’email’ are missing on my reviews tab and it’s causing confusion for customers.

    the first box is for name and the second for email, but there are no placeholders to indicate this

    any help appreciated!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Senff – a11n

    (@senff)

    Hey @isobelperl

    It looks like your theme has made the labels hidden for those fields. You can put them back with some CSS code.

    Go into your site’s admin Dashboard and select Appearance → Customize → Additional CSS. In the CSS textbox on the left, add the following code:

    .comment-respond .comment-form p:not(.comment-form-cookies-consent) label {
        display: none;
    }

    Select “Publish” from the top, and your changes will be applied to your site.`

    Thread Starter isobelperl

    (@isobelperl)

    Heya – I just tried putting the code in but it’s still not showing up placeholders :/

    Thread Starter isobelperl

    (@isobelperl)

    Hey – do you have any other suggestions for the placeholders?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘placeholder for review ‘name’ and ’email’ missing’ is closed to new replies.