style.css dosyasınının 150. satırında bu kodu bul
#site-navigation .dropdown-menu a { color: #4F4F4F; font-weight: 700; text-decoration: none; text-align: left; cursor: pointer; }
ve aşağıdaki örnekteki gibi değiştir
#site-navigation .dropdown-menu a { color: #4F4F4F; font-weight: 700; text-decoration: none; text-align: left; cursor: pointer; font-size:15px; }