• Hi I have created a child theme from the modernizr template. I am styling the navigation menu and have noticed that the first letter in each menu item isn’t styling according to the css, but the rest of the letters are. I tried firebug but it isn’t helping address the issue? Any help appreciated. Here is the website:
    https://www.lrdelearning.org/staging_public

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Your issue is directly related to a style declared in your themes green.css file. This is the culprit:

    .navbar .nav > li > a:first-letter {
       font-size: 17px;
    }

    Evan

    Thread Starter tiki16

    (@tiki16)

    Hi Evan, thanks. Why couldn’t I see this in firebug? Or rather how did you find it?
    cheers

    I don’t use firebug. I find it clunky and just hard to navigate through all of your CSS styles. I find its more of a preference than anything, so I guess to each his own.

    I use Google Chrome, and found it fairly quickly.

    Glad you were able to resolve that issue. I bet it was really annoying.

    Evan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘menu item not styling’ is closed to new replies.