How can I change the black font color to white for the 'Submit Comment' button? Is it also possible to deactivate the possiblity to leave any comments on blog items? Thanks!
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #commentform input#submit { color: white; } In place of "white" you can put your color or color code. This will solve your issue.