[ad_1]
Hello everyone,
I’m trying to edit the standard blog comment form using CSS. But I ran into a problem with the comment text box. Whatever class or ID I use, it doesn’t work the way I want it to. The effect I want always appears behind the comment box (or just doesn’t work at all). I’m not sure what I’m doing wrong.
​
This is the code I’m using:
.comment-form-comment {
width: 100%;
height: 150px;
padding: 12px 20px;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
background-color: #f8f8f8;
resize: none;
}
​
[The code I’m using]) [ad_2]
Make sure you’re corresponding the css to the correct module that is named with the css id.
Next, try !important to override any default css.
Second, I’m not sure what your divi builder says. I assume that’s code snippet. But try putting the css in the page setting css. The purple gear where your save button is, then go to advanced and put the css there.