free hit counters
If you are using Internet Explorer as your browser please be running at least IE 7 or above. This site does not support IE 6 or below. Go here for the latest free version including easy download and installation instructions If you want to make it real easy on yourself, download Firefox , the most popular browser in the world. It's free and simple. You'll be so glad you did.
Feb
5
2009

Change the size of the comments #

103

104

In your custom.ss file add the following code. You can put it anywhere you want but I recommend putting it at the top. Remember, once you make the change, save it, and upload the new file to your server. Always describe what you’re doing by putting your description between the comment tags /*  */ at the beginning shown below in green. The comments aren’t shown on your rendered page and it just makes things easier for you to remember…

/*change the comment # size*/
.custom .format_text .to_comments span { font-size: 5em ; }

Change the number of em’s to whatever gives you the desired project

To make it the same size as the comment text you can add the following code so that it inherits the style from it’s parent…

.custom .format_text .to_comments span { font-size: inherit ; }

Leaving a comment with code in it...

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...

  1. Copy your code you want to show
  2. Click here to go to the site to escape the code
  3. Follow the directions, it's so easy
  4. Once you have the escaped code copied, paste it in the comments area where you want
  5. Now you can enjoy life


Go ahead, leave a comment...

{ 5 comments… read them below or add one }

kek May 13, 2009 at 9:18 am

do u know how to remove comments #

Reply

Nasty May 13, 2009 at 10:24 pm

In your custom.css add this…

.custom .format_text .to_comments {display: none;}

Reply

kek May 16, 2009 at 12:11 am

tq nasty,
u a very cool

Reply

mehmet May 19, 2009 at 9:20 am

hi,
i want to change ‘comments’ title. because my blog is not english. i want to see like this {1 adet yorum var}

thanks

Reply

Nasty May 19, 2009 at 5:29 pm

Leave a Comment

Previous post: Change your feed link text

Next post: Change the color of the submit form button text