Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #662997

    Hello i dont want the avia-bullet in the third level of navigation. Can you help.

    Changes made in custom.css

    #663012

    Hey Lars,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av-main-nav ul ul li .avia-bullet {
    	display: none;
    }
    

    Best regards,
    Vinay

    #663028

    Thanks Vinay,

    but no effect.

    #664397

    Hi,

    Please try this:

    #top .av-main-nav .sub-menu .sub-menu a .avia-bullet {
        display: none !important;
    }

    o

    Best regards,
    Ismael

    #664597

    Thanks Ismael, ist works fine !

    #664656

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘enfold third navigation level without avia-bullet’ is closed to new replies.