How do I change the color of JUST my comment link?
-
I found another post asking my question and tried the recommended solution, but it didn’t work for me…
here is the code I added to style.css
span { color: #ffffff; } span:hover { color: #f1d6c3; }
here is the code from index.php (I was successful in making comment link bold, but not in changing its color)
<p class="postmetadata"><?php the_tags('Tags: ', ', ', '<br />'); ?> Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <strong><commenttext><?php comments_popup_link('Click HERE to comment! »', '1 Comment »', '% Comments »'); ?></commenttext></strong></p>
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How do I change the color of JUST my comment link?’ is closed to new replies.