How do I change font size and color of sub-items?
-
I have 3 menu items with sub-items. The menu is fine. I want to edit the sub-items. I want to change size and color. I entered the following under Appearance…Theme Options…Advanced Settings and it doesn’t work. I also tried it under Customize…Additional CSS:
.sub-menu a {
color: blue;
font-size: 11px !important;
}I tried it in the 2 places and saved each time. I reloaded my site and it doesn’t work. The font color is black and the size is unchanged. I found the above in a forum for a different theme. People in that forum said it was working so why doesn’t it work for me? Thanks.
- The topic ‘How do I change font size and color of sub-items?’ is closed to new replies.