[ad_1]
As the title goes, I would like to add shadowing to the Post Comments button of the comments form block. I tried adding the following to my styles.css but it did not work. Interestingly, it worked when I tried using the developer tools in browser. Any ideas?
.wp-block-post-comments-form input[type=”submit”] {
box-shadow: 5px 5px 5px gray;
cursor: pointer;
display: inline-block;
overflow-wrap: break-word;
text-align: center;
}
