Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages » Comments, trackbacks & pings »

Comment


  #1  
Old Feb 12, 2009, 04:58 PM
svener29
 
3 posts · Feb 2009
Comment

Sorry, but I need help ...

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



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!
  #2  
Old Feb 12, 2009, 05:03 PM
svener29
 
3 posts · Feb 2009
Sorry, I forgot the Link for the picture:

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

  #3  
Old Feb 13, 2009, 06:44 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
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;
  #4  
Old Feb 14, 2009, 04:18 AM
svener29
 
3 posts · Feb 2009
Dear Flynn,

thank you very much for this quick answer.


Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Clicking "Leave a comment" does not lead to comment form Fux Comments, trackbacks & pings 2 May 4, 2009 11:34 PM


All times are GMT -6. The time now is 04:33 AM.


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