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 »

[SOLVED] Font size for comment titles, "Leave a Reply"?


  #1  
Old Nov 22, 2010, 12:46 AM
derekwbeck
 
151 posts · Nov 2010
How can I make the font size for the following 4 elements:

"5 comments to (Article Name)" (the lead-in to the comment section)

"Leave a Reply"

"Logged in as Derek Beck. Logout"

"You can use these HTML tags"

thanks, Derek
  #2  
Old Nov 22, 2010, 03:48 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Quote:
"5 comments to (Article Name)" (the lead-in to the comment section)

"Leave a Reply"
are part of the page/post footer so it can be styled at ato->Style POSTS & PAGES->FOOTER: xxxxx

the Comment Form text can be styled at ato->Style & configure COMMENTS->Comment Form Style
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Nov 25, 2010, 01:14 AM
derekwbeck
 
151 posts · Nov 2010
Quote:
page/post footer so it can be styled at ato->Style POSTS & PAGES->FOOTER: xxxxx
That's only affecting the stuff like category and tags at the end of the post, not the leader for the comment section.

Quote:
Comment Form text can be styled at ato->Style & configure COMMENTS->Comment Form Style
That worked for me. I used style:

Code:
font-size: 0.8em;
But how to get that title for the comments section to change to a smaller font, the "5 comments to (Article Name)"?

Thanks,
Derek
  #4  
Old Nov 25, 2010, 06:04 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
what's the url showing the issue?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Nov 25, 2010, 12:49 PM
derekwbeck
 
151 posts · Nov 2010
Here's an example:

http://www.derekbeck.com/1775/info/why-1775/
  #6  
Old Nov 25, 2010, 02:24 PM
netrdx
 
8 posts · Nov 2010
Add the following to ATO > HTML/CSS Insert

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

I think this should solve your problem
  #7  
Old Nov 25, 2010, 02:53 PM
derekwbeck
 
151 posts · Nov 2010
that's perfect...

I also found my "Leave a Reply" was not shrunk down with the above comment code

Code:
font-size: 0.8em;
placed in ato->Style & configure COMMENTS->Comment Form Style

in IE only, though it was shrunk down in Google Chrome and probaby others.

I fixed with this in ATO> CSS inserts

Code:
h3.reply { /*comments reply line */
	font-size: 1.3em !important;
}
last question on my comments (I hope):

Any ideas why

Name (required)
Mail (will not be published) (required)
Website

is not inheriting the font family for the page? It looks like Arial, at least in Chrome. And I inspected it in Chrome, and that style is crossed out there...
  #8  
Old Nov 26, 2010, 10:38 PM
derekwbeck
 
151 posts · Nov 2010
apparently, there's some style calling for label to go back to arial buried somewhere...

fixed it with

Code:
form#commentform label {
	font-family: Georgia, 'Palatino Linotype', 'Book Antiqua', Palatino, 'Times New Roman', 'Times', serif !important;
}
but... any ideas what's causing it to go back to arial, so I can get rid of that? (vs. styling it to arial and styling back to my theme's font?)
  #9  
Old Nov 29, 2010, 11:21 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
there is a hard coded reference in CSS.php for label
HTML Code:
label {
	margin-right: 0.5em; 
	font-family: arial;
	cursor: pointer; 
	}
You should be able to add this to CSS Inserts with what ever font you want to override it.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #10  
Old Dec 4, 2010, 02:22 AM
derekwbeck
 
151 posts · Nov 2010
ah, thanks for pointing me to where it's hardcoded, juggledad.

Bookmarks

Tags
comments, font, size

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SUGGESTION] Make the "Leave a reply" text a customisable option Mikii New Versions, & Updating 0 Jun 26, 2010 04:02 AM
[SOLVED] How do I replace "leave a reply" with "leave a comment"? Antonino Giglio Page & Category Menu Bars 2 May 4, 2010 07:30 AM
How to change the font of "1 comment to..." and "Leave a Reply" headers RHCdG Header configuration & styling 1 Nov 28, 2009 04:56 AM
Controlling "Leave a Reply" area FairfieldPhoto Atahualpa 3 Wordpress theme 4 Oct 8, 2009 04:25 AM
How do I make the font of "Leave a Reply" smaller? nasu Comments, trackbacks & pings 4 May 28, 2009 06:41 PM


All times are GMT -6. The time now is 02:47 AM.


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