Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1198295

    Bullet points in the accordions I have made does not seem to be there. Is there a way to make them visible?

    Thanks in advance!

    Best regards,
    Susanne

    #1198511

    Hey Telmore,

    Where can we see the problem you are having?

    Best regards,
    Rikard

    #1199015

    Hi Rikard,

    You need a login to access the site:

    It is in the left sitebar, fx under the toggle with the title “Services” where some of the text should be in bullet points.

    Best regards,
    Susanne

    • This reply was modified 4 years, 7 months ago by Rikard.
    #1199644

    Hi Susanne,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    ul {
        list-style: outside;
    }

    Best regards,
    Rikard

    #1199647

    Hi Rikard,

    Thanks, but this did unfortunately not work.

    Best regards,
    Susanne

    #1199967

    Hi,

    Please try this instead:

    ul {
        list-style: outside;
        overflow: visible;
    }

    Best regards,
    Rikard

    #1200173

    Hi Rikard,
    Thanks! That worked, I just needed to add “!important” to the code :)

    But now bulletpoints are visible in the topmenu as well?

    Best regards,
    Susanne

    #1200249

    Hi,

    Add this to quick css:

    .menu.av-main-nav li.menu-item-top-level,
    #avia2-menu li{
    list-style-type:none!important;
    }

    Best regards,
    Jordan Shannon

    #1200409
    This reply has been marked as private.
    #1200551

    Hi,

    Adjust my previous css to this:

    #menu-item-search,
    .menu.av-main-nav li.menu-item-top-level,
    #avia2-menu li{
    list-style-type:none!important;
    }

    Best regards,
    Jordan Shannon

    #1200553

    Perfect! Thank you so much :)

    Best regards,
    Susanne

    #1200567

    Hi,

    No problem at all I’m happy to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Bullet points in accordion’ is closed to new replies.