Title: comment request unseen
Last modified: August 30, 2016

---

# comment request unseen

 *  Resolved [Dave Stuckenschneider](https://wordpress.org/support/users/davestucky/)
 * (@davestucky)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/comment-request-unseen/)
 * So i am using Virtue free for one of my sites. someone left a comment on a post
   but I cannot see that it was left because the words comment are same as my background–
   black
 * Also I have changed my menu background to black with gold (#cc9900) font color
   but when I open the second menu if is light gray not gold. would like to change
   that.
 * site is ucityclassof66.com
 * Thanks

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/comment-request-unseen/#post-6849882)
 * Hey! The comment is visible to me. Did you figure out how to change the font 
   color for that?
 * As for the secondary menu styling, the options for it can be found here
 * Appearance> Theme Options> Menu Settings> Secondary Menu Options
 * If you want the styling to match that of your primary menu, just copy and paste
   the color values and fonts into the corresponding locations.
 * Hope that helps!
 *  Thread Starter [Dave Stuckenschneider](https://wordpress.org/support/users/davestucky/)
 * (@davestucky)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/comment-request-unseen/#post-6849884)
 * hey thanks for getting back with me. the post with the comment is the last post
   on page and the “1 Comment” is black unless you highlight it with cursor. also
   I have the secondary menu option set for gold but color is grey
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/comment-request-unseen/#post-6849921)
 * Hey,
    This will update your submenu dropdown color:
 *     ```
       #nav-main ul.sf-menu ul li a, #nav-second ul.sf-menu ul li a {color:#cc9900}
       ```
   
 * And in your theme options > basic styling. You have set the primary color to 
   black.. that is what defines the link color so it’s best if that were something
   other then the background color.
 * I noticed that you added this:
 *     ```
       a:link {
           color: #fbd132;
       }
       ```
   
 * Which is why your seeing some links in the yellow but once it’s clicked on then
   the style is
 * `a:visited` and thats falling back to the black of the primary color.
 * So I suggest changing that. If you don’t want to for some reason then add this
   css:
 *     ```
       a:visited {
           color: #fbd132;
       }
       ```
   
 * Hope that helps,
 * Kadence Themes
 *  Thread Starter [Dave Stuckenschneider](https://wordpress.org/support/users/davestucky/)
 * (@davestucky)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/comment-request-unseen/#post-6849932)
 * WOW! Kadence Themes, thank you so very much. Did it, done and so quickly. I’m
   good for now, til the next challenge. Again thanks you guys are great!
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/comment-request-unseen/#post-6850037)
 * Your welcome!
 *  Thread Starter [Dave Stuckenschneider](https://wordpress.org/support/users/davestucky/)
 * (@davestucky)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/comment-request-unseen/#post-6850104)
 * me again, is it possible to have a 2px hr at the end of each posts?
    color cc9900
   Thanks Dave
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/comment-request-unseen/#post-6850122)
 * Hey,
    You can add this css:
 *     ```
       .single-footer {
           border-bottom: 2px solid #cc9900;
       }
       ```
   
 * Kadence Themes

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘comment request unseen’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/virtue/3.4.15/screenshot.png)
 * Virtue
 * [Support Threads](https://wordpress.org/support/theme/virtue/)
 * [Active Topics](https://wordpress.org/support/theme/virtue/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/virtue/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/virtue/reviews/)

## Tags

 * [comment](https://wordpress.org/support/topic-tag/comment/)

 * 7 replies
 * 3 participants
 * Last reply from: [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/comment-request-unseen/#post-6850122)
 * Status: resolved