Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Forum How-To (http://forum.bytesforall.com/forumdisplay.php?f=9)
-   -   [SOLVED] Comment Form issue - (http://forum.bytesforall.com/showthread.php?t=10608)

Espresso Oct 23, 2010 02:50 PM

[SOLVED] Comment Form issue -
 
Right now, all I have for comments is a text box, and I'd like to enable people to type in their name, email, and website.

I went to the Atahualpa Options, and scrolled down to this:

Comment Form Style

Style the comment form area = Box that contains the Name, Email, Website input fields, the comment textarea and the submit button.

The code that's currently there:

Code:

margin: 25px 0;
padding: 25px;
background: #eee;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;


What do I need to do so that I end up with a comment form with fields for name, email, and website?

Also, how do I modify the text for the 'Leave a Comment' font and 'One comment to Blah Blah Post title?

juggledad Oct 23, 2010 08:14 PM

What version of atahualpa and wp?
What is the URL showing the issue?

Espresso Oct 23, 2010 09:46 PM

Hi,

I finally got the comment form squared away, but I still have a problem.

I'm trying to control the font style in the comments, like the phrase following posts in huge, bold letters, "1 comment to Hello world!"

as well as the "Leave a Comment" phrase in the comment box, also in huge, bold font.

I don't like that. I tried to follow the advice on this forum topic, but it didn't work. These don't flow well with my website. I put in
Code:

/* reset 2nd+ level */
div#menu1 ul.rMenu li li, div#menu1 ul.rMenu li li a {
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
} (Beginning from here, starting below)
h3#comments {
font-weight: normal;
color: #cc0000;
font-size: 1.0em;
}
h3.reply {
font-weight: normal;
color: #cc0000;
font-size: 1.6em;
}


Espresso Oct 24, 2010 07:37 PM

Don't know why, it's working now. YAY!


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

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