where can i adjust the size of the fonts of my commentluv and notify via email?? as you can see below my comment area it looks big.and also on the commentluv there latest post is like inside the box.how can i remove it?? www.naldzgraphics.com thanks for the help
If you are referring to this : Enable CommentLuv which will try and parse your last blog post, please be patient while it finds it for you You should open the comment luv plugin file and search for the above line within the code and then try to change the size of the font of the line, generally it would be a <h2> or <h3> which you should change to more smaller size like <h4> Hope it helps you!
For the box around the commentluv feeds you could try this line of CSS. abbr em{border:none !important;} Code (markup): To make the text small like the rest of the comment form you can try to somehow wrap <small> tags around the text. I'm not sure if this would require editing the plugin or not. Cool tutorial by the way.
i dont know where to put it here. //function for menu function show_cl_options() { // Add a new submenu under Options: add_options_page('CommentLuv', 'CommentLuv', 8, 'commentluv', 'cl_options_page'); add_option('cl_comment_text','<abbr><em>[name]s last blog post..[lastpost]</em></abbr>'); add_option('cl_under_comment','Enable [commentluv] which will try and parse your last blog post, please be patient while it finds it for you'); add_option('cl_default_on','TRUE'); add_option('cl_encoding','UTF-8'); add_option('cl_style','border:1px solid; display:block; padding:4px;'); i try also edit the border to 0 and nothing happens thanks a lot
Read further up, it says "you shouldn't edit below this line!". That's just the default setting. Once it's loaded into the database it won't use that anymore, so changing it has no effect. Go to the CommentLuv settings page, and where it says "Enter css styling to apply to comment" change the line to border:0; display:block; padding:4px; As fish said, the text below the comment box is bigger because it doesn't have small tags around it, but the three lines above do. You could give the label tag a font size in style.css, like .commentarea label { font-size: 12px; } The text alongside the boxes will also change so you may want to remove the small tags in comments.php
Thanks Cash Nebularep added as well as fish. the box problem is solved.only the font now.still trying figuring it out
Cheers! This way is easier but it might not work, I haven't tried it yet. Try adding small tags around the text lines in the settings of both plugins. CommentLuv: <small>Enable [commentluv] which will try and parse your last blog post, please be patient while it finds it for you</small> HTML: Subscribe-To-Comments: <small>Notify me of followup comments via e-mail</small> HTML:
You can find the fonts you are looking for and you can find more unique fonts Make a Share to Learn More https://www.toevolution.com/categories/list?category=Fonts