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)
-   -   Comment (http://forum.bytesforall.com/showthread.php?t=361)

svener29 Feb 12, 2009 04:58 PM

Comment
 
Sorry, but I need help ...

I want to have a rounded border for the "comment" (like
a normal entry/article) -see the picture -

http://www.tsvbechhofen.de/border_for_comment.jpg

and on top of the comment the date and the sender of the comment in the same form like
a normal entry/article.
How / where can I do the required changes?

Thanx a lot!

svener29 Feb 12, 2009 05:03 PM

Sorry, I forgot the Link for the picture:

http://www.tsvbechhofen.de/images/bo...or_comment.jpg

http://www.tsvbechhofen.de/images/bo...or_comment.jpg

Flynn Feb 13, 2009 06:44 AM

Add these via HTML/CSS Inserts -> CSS Inserts:

The comment box as such can be addressed as

HTML Code:

ul.commentlist li {
...
}

The author name

HTML Code:

ul.commentlist span.authorname {
...
}

The comment date

HTML Code:

ul.commentlist div.comment-meta {
...
}

To add an image on the left:

HTML Code:

background: transparent url(/wp-content/themes/atahualpa/images/icons/date.gif) no-repeat top left;
padding-left: 20px;


svener29 Feb 14, 2009 04:18 AM

Dear Flynn,

thank you very much for this quick answer.

:)


All times are GMT -6. The time now is 10:30 PM.

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