Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1414046

    Hi there,
    I like to change the .avia-bullet style from “-” to “circle” in the submenu of the Burger Menu (only submenu and only in the burger menu).
    Thanks a lot in advance.
    Best Regards
    Pascal

    #1414081

    Hey weblines,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet {
    	height: 0px;
    	width: 0px;
    	opacity: 1;
    }
    
    .html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet:before {
      content:'•';
      padding-right: 5px;
      color:#000 !important;
      font-size: 20px;
      top: -8px;
      position: relative;
    }
    

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1414101

    Hi Mike

    thanks a lot for your fast reply and solution.
    It works perfect so :)

    Best Regards
    Pascal

    #1414111

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change Bullet Style in Burger Submenu’ is closed to new replies.