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 »

How do I make the font of "Leave a Reply" smaller?


  #1  
Old May 25, 2009, 06:38 PM
nasu
 
34 posts · May 2009
How do I make the font of "Leave a Reply" smaller? The site I'm working on is: masaueharadesign.com. I'm practicing WordPress there.

When you click on "Canine and feline medicine" under Recent Posts on the right side bar, you come to a post with a comment box (in the center, main column). Above the box, there are two bold lines:
"1 Comment to Canine and Feline medicine" and "Leave a Reply". I'd like to reduce the font size of the two lines.

Will you please tell me how I do that? Thank you very much for your help.
  #2  
Old May 25, 2009, 07:56 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Add a CSS Insert

h3#comments {
font-size: 1.2em;
}

Also, something is wrong with your Site Admin -> Settings -> Permalinks

Remove the /blogs/ from your settings there
  #3  
Old May 26, 2009, 12:31 PM
nasu
 
34 posts · May 2009
Comments headline font got smaller with the above CSS insert. Thank you, Flynn! "Leave a Reply" above the comment box did not change though. Will you please tell me how to make that font smaller? Thank you.
  #4  
Old May 27, 2009, 02:56 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Add CSS Insert

h3.reply {
..
}

You can find these out by looking into the source code of a browser rendered page, or by using firebug.

Something with a class, such as <h3 class="reply">....</h3> can be changed with

h3.reply {...}

Something with an ID, such as <div id="some-id">...</div> can be changed with

div#some-id {...}

For elements with classes:
selector-name[DOT]class-name { property: value; property: value; property: value; }

For elements with ID's:
selector-name[HASH-SIGN]id-name { property: value; property: value; property: value; }
  #5  
Old May 28, 2009, 06:41 PM
nasu
 
34 posts · May 2009
Thank you very much Flynn! I got it. I understand! Resolved.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Controlling "Leave a Reply" area FairfieldPhoto Atahualpa 3 Wordpress theme 4 Oct 8, 2009 04:25 AM
How do you make a right side bar on "Page" pages present different content nasu Sidebars & Widgets 4 May 25, 2009 07:11 PM
Clicking "Leave a comment" does not lead to comment form Fux Comments, trackbacks & pings 2 May 4, 2009 11:34 PM
modifying font size of "Today's Events" and "Upcoming Events" in sidebar ritland Forum How-To 0 Mar 16, 2009 03:23 PM
Customizing "Leave a Comment" text HenryGomez Post-Kicker, -Byline & -Footer 2 Feb 11, 2009 04:07 PM


All times are GMT -6. The time now is 09:19 AM.


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