![]() |
Before |
![]() |
After |
Go to Dashboard --> Template --> Customize --> Advanced --> Add CSS --> paste the following code --> Press enter after the last character of the last line } --> Apply to Blog.
In the example above, I've changed 'Add a Comment' to 'Drop some words!'. Feel free to change this by altering line 5 in the code above.
1 2 3 4 5 6 7 | .comments-header h 3 { font-size : 0px ; } .comments-header h 3: before{ content : "Drop some words!" ; font-size : 14px ; } |
You might also like: