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
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
Hi Susanne,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
ul {
list-style: outside;
}
Best regards,
Rikard
Hi Rikard,
Thanks, but this did unfortunately not work.
Best regards,
Susanne
Hi,
Please try this instead:
ul {
list-style: outside;
overflow: visible;
}
Best regards,
Rikard
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
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
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
Perfect! Thank you so much :)
Best regards,
Susanne
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