
If you want to simply change the color of this line, check out this tutorial. This line is actually a background image set in the #content_box. To remove it completely go to your custom.css and add this…
.custom #content_box { background: none ; }
{ 2 comments… read them below or add one }
Hello-
I am trying, with little luck, to remove the code that puts “Comments on this entry are closed” under each of my posts. I have disabled comments but still get this message. I am trying to remove the following code using custom_functions.php
{
Comments on this entry are closed
}
but have not had any success with the different ways i have tried.
thanks for any help you can offer! Anne
Leave a Comment
Previous post: Make a static homepage
Next post: Show the number of post counts
If you would like to leave a comment and you have examples of code you want to show, you must "escape the code". This allows the entire code to show correctly by inserting certain variable around certain tags to make them show. If you don't "escape the code" your code will show up broken, mangled, and it won't be able to be seen correctly. "Escaping the code" is very simple...
Go ahead, leave a comment...