On my blog, when you type in the comment box at the bottom of a post, the font is very small. I am not very 'coding literate' and would appreciate any help I can get on this.
On my blog, when you type in the comment box at the bottom of a post, the font is very small. I am not very 'coding literate' and would appreciate any help I can get on this.
look in theme's style.css
without a link to site that's the best I can tell you
I have looked in the style.css and have even tried to change the font size in the comments section, but did not have any luck. What kind of link do you need? I can paste the code from the comments section if you like.
http://www.michaelsmorgan.com/blog
That is my site.
Can't see the comments form (login required), but at a guess, something like this might work.
#respond textarea {
font-size: 2em!important; /* Update the font size as appropriate */
}
Place the code above into the bottom of your theme's style.css.
This topic has been closed to new replies.