• Resolved mer

    (@merettekuijt)


    Hi,

    My shop gives the option to add a reaction/review below the product. However the box where you can typ the reaction is not displayed in Orvis.

    Is there a CSS code to fix this?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there,

    It looks like this is present, but as you say, needs some styling.

    This code here, should help:

    .comments-area {
        color: black;
    }
    
    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
        border: 2px solid #656565;
    }
    Thread Starter mer

    (@merettekuijt)

    Thanks for the quick solution.

    It does seem to work a bit better. However the layout still seems a bit off and if you type a reaction the reaction itself is in white and therefore not visible.

    Thread Starter mer

    (@merettekuijt)

    I found a way to switch off the reaction feature which will work well for me right now. again thank you for your time and solution.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No Reaction box on my product page’ is closed to new replies.