• Hello,

    I need to increase the font size of my submenus. I can edit the size of the main menus fine, but the submenus off of “About” and “Characters” are too small and I can’t figure out how to make them bigger.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • I have the same problem. I found this style in the original theme:

    .primary-menu .sub-menu {
    	display: none;
    	position: absolute;
    	z-index: 9999;
    	width: 200px;
    	width: 20rem;
    	font-size: 11px;
    	font-size: 1.1rem;
    	border-top: 1px solid #ccc;	
    }

    But nothing happens when I put this code in my child theme:

    .primary-menu .sub-menu {
    	font-size: 14px;
    	font-size: 1.4rem;	
    }

    Still the 11 px font. How can I solve this?

    • This reply was modified 5 years, 1 month ago by jackfalstaff.
Viewing 1 replies (of 1 total)
  • The topic ‘Edit font size of sub menus’ is closed to new replies.