Greetings of the day,
How do i increase the size of bullet in sub menu and mega menu.
Hi forestdude!
please use the below css to increase the size of the bullets.
.avia-bullet {
margin-top: 9px!important;
left: -1px!important;
border-top: 6px solid transparent !important;
border-bottom: 6px solid transparent !important;
border-left: 6px solid green!important;
}
Regards,
Vinay