• Hey Folks,

    John here, WP newbie. I’m working on a blog site http://www.thebmwf650.com using stallian theme. I’ve been able to edit most css stuff with ease, but for the life of me, I cannot find the css file that controls the nav menu font color. firebug say to look for “.navigators a {” in talian.css line 151, but it simply isn’t there, nor “.navigators a {” anywhere in the css code. in fact, there are no color declarations on either of the theme css sheets that are called.

    Where else can it be hiding!!?

    Many thanks!!

    John

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s definitely at line 151 of stallion-seo-theme/style-talian.css:

    .navigators a {
        background: -moz-linear-gradient(#F6B81A, #FCD372) repeat scroll 0 0 transparent;
        border-top: 3px solid #F3B40A;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        color: #FFFFFF;
        display: block;
        font-weight: bold;
        line-height: 2.333em;
        padding: 0 1.2125em;
        text-decoration: none;
    }
    Thread Starter juanzo007

    (@juanzo007)

    Thank you so much. I have to chalk this one up to experience – i thought I had a “style-talian.css” sheet open from the server, but apparently not the same one. Low and behold, there it is!!

    Thanks so much for the quick reply, I can continue obsessing!

    Glad I could help 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't find menu font color in css sheets?’ is closed to new replies.