Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #563039

    Greetings of the day,

    How do i increase the size of bullet in sub menu and mega menu.

    #563165

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.