Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Comments, trackbacks & pings (http://forum.bytesforall.com/forumdisplay.php?f=19)
-   -   [SOLVED] How to change style/font size to comment status/counter line? (http://forum.bytesforall.com/showthread.php?t=5059)

margi Dec 30, 2009 04:50 AM

[SOLVED] How to change style/font size to comment status/counter line?
 
Hello,

Is there a way to change the style/font to comment status/counter line ? Is it there somewhere ?

(The line that reads: 1 comment to .... / 2 comments to ....)

Second, I would like to add a paragraph just bellow that status line line... something like "The comments on this page does not represent the official position of...." Any idea ?

BRGDS

juggledad Dec 30, 2009 05:52 AM

The info in the footer is set at ATO->Edit POST/PAGE INFO ITEMS-> FOOTER: xxxxxxx where xxxxxxx is single multe, etc You can add anythin g you want in there. If you want a new line with a paragraph just add
HTML Code:

<br> blah blah blah
You can set the style for the footer at 'ATO->Style POSTS & PAGES->FOOTER: Box'. You can also set the links and hover in teh footer

margi Dec 30, 2009 06:23 AM

Thank's for your prompt reply!

There is one more comment status/counter line bellow the footer. It is between the end of post (including post footer) and the first comment. If it can not be customized maybe it can be disabled somewhere. (in my case it is displayed in a font that is bigger than the post title)

Please have a quick look at:
http://www.neolex.ro/2009/12/atentie...efonie-mobila/

It actually reads "2 comentarii la..." (it is just after the customizable post footer you mentioned)

juggledad Dec 30, 2009 06:48 AM

That's the page comments, you could style it with CSS. If you look at the page source you ill see
HTML Code:

<h3 id="comments">2 comentarii la: Atenţie la contractele încheiate cu operatorii de telefonie mobilă</h3>
so you could use
HTML Code:

h3#comments {color: red;}
or what ever other CSS you want to use

margi Dec 30, 2009 02:03 PM

It worked, thanks!

I decreased the fonts size for h3 directly in css.php :-)


All times are GMT -6. The time now is 05:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.