Changing style of comment box as well as author, email, etc
-
I’m really close I believe. I can style each box individually using the following CSS:
#respond #commentform #comment{color: #FFCC00;
background-color: #483E2A;
border: 0px;
}If I change #comment to #author or #email or #url it will style the corresponding box. But when I try to change all of the boxes either by duping the code and change #comment to #author etc, all the boxes remain unstyled and just the standard white. This also happens if I try to add #author after #comment (there’s a hierarchy I believe? I’m a noob to CSS)
So what is the best way to go about styling all the fields simultaneously? Thanks in advance. The page in question btw https://tech.minnix.dev/index.php/2024/04/18/hello-world/
The page I need help with: [log in to see the link]
- The topic ‘Changing style of comment box as well as author, email, etc’ is closed to new replies.