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 »

Reply link changing color


  #1  
Old Dec 24, 2008, 01:21 AM
neocratus
 
9 posts · Dec 2008
Is there any way to change the color or the REPLY link in the threaded comments?
or to make it BOLD?

i mean.. where can i find the file to edit it.. and how?
  #2  
Old Dec 24, 2008, 01:43 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
In comments.php, replace all 3 occurrences of

PHP Code:
'reply_text'=>__(' · Reply','atahualpa'), 
with

PHP Code:
'reply_text'=>__(' <span class="replytext">&middot; Reply</span>','atahualpa'), 
and add

HTML Code:
span.replytext {
font-weight: bold;
color: #cc0000;
}
to the CSS styles via Atahualpa Theme Options -> HTML/CSS Inserts -> CSS Inserts

You can also change the "Reply" text, remove the
HTML Code:
&middot;
etc..
  #3  
Old Jul 11, 2010, 11:04 AM
windhover4's Avatar
windhover4
 
102 posts · May 2010
Fort Lauderdale
Flynn, Your advise on this topic seems to be right on point with what I am trying to do. However, having made the changes you suggested, checked and rechecked the accuracy of the changes, I do not get any change in the "black" typeface I would like to change to grey #666666. Please see Comments section of my page: http://basicallybasie.com/?p=225#comments

Thank you for any additional suggestions.

wp_list_comments(array(
'avatar_size'=>$bfa_ata['avatar_size'],
'reply_text'=>__(' <span class="replytext">; Reply</span>','atahualpa'),
'login_text'=>__('Log in to Reply','atahualpa'),
'callback' => bfa_comments,
'type' => 'comment'
));

wp_list_comments(array(
'avatar_size'=>$bfa_ata['avatar_size'],
'reply_text'=>__(' <span class="replytext">; Reply</span>','atahualpa'),
'login_text'=>__('Log in to Reply','atahualpa'),
'callback' => bfa_comments,
'type' => 'pings'
));

} else {

wp_list_comments(array(
'avatar_size'=>$bfa_ata['avatar_size'],
'reply_text'=>__(' <span class="replytext">; Reply</span>','atahualpa'),
'login_text'=>__('Log in to Reply','atahualpa'),
'callback' => bfa_comments,
'type' => 'all'
));

} ?>

</ul>
<!-- / Comment List -->

<?php bfa_next_previous_comments_links('Below'); ?>

<?php else : // If there are NO comments ?>


CSS Inserts
Add CSS code here that you want to append to your theme's CSS file.

h3 {
font-size: 1.75em;
font-weight: bold;
color:#ABBB38;
}
span.replytext {
font-weight: bold;
color: #666666;
}

Last edited by windhover4; Jul 11, 2010 at 11:08 AM.
  #4  
Old Jul 11, 2010, 01:49 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
windhover4, what version of Aatahualpa are you using. Flynn's reply is from 2008 several releases ago
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing Color and Font for Post titles daisy24 Atahualpa 3 Wordpress theme 2 Nov 17, 2009 01:40 PM
Changing Font Color gradlebum Atahualpa 3 Wordpress theme 1 Jul 9, 2009 10:02 AM
changing header link jamie Header configuration & styling 7 May 31, 2009 06:12 PM
changing threaded reply link location under the comment neocratus Comments, trackbacks & pings 1 May 31, 2009 06:13 AM
Changing color and font of sidebar widgets HavaLyon Sidebars & Widgets 5 May 13, 2009 06:47 PM


All times are GMT -6. The time now is 12:18 AM.


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