• 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)
  • 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

    (@davestucky)

    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

    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

    (@davestucky)

    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!

    Your welcome!

    Thread Starter Dave Stuckenschneider

    (@davestucky)

    me again, is it possible to have a 2px hr at the end of each posts?
    color cc9900
    Thanks Dave

    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.