Use :first-letter in main-menu navigation
-
Hello,
I tried to modify the theme with my vestigal CSS skills and change the first-letter color in the navigation menu. Somehow I can not change the first letter color in main menu li and a elements.
So far i tried:
/* Menu */ .main-navigation .main-menu a, .main-navigation .main-menu li a { color: #bbbbbb; } .main-navigation .main-menu a:hover, .main-navigation .main-menu li a:hover { color: #ffffff; text-decoration: none; } .main-navigation .main-menu a:first-letter, .main-navigation .main-menu li:first-letter { color: #ea4023; }
The code above only affects the drop down element but not all elements in menu.
Any help is appreciated
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Use :first-letter in main-menu navigation’ is closed to new replies.