Hi guys,
I would like to have bullet points before each sub menu item in the mega menu. Also a small blue bar on top of the submenu would be nice.
The problem is that I can’t find the right CSS in order to achieve this. Please see the desired layout here
Help is much appreciated!
Best regards,
Steven
Hey steviger,
ul.sub-menu li {
list-style-type: circle !important;
}
That should be working properly
Best regards,
Basilis
Hi,
I’m afraid not. Tried this one too but no luck.
ul.sub-menu li a {
list-style-type: circle !important;
}
And how do I create a small blue bar on top of the submenu?
Regards,
Steven
Hi,
Try without the li please and let me know if it works
Best regards,
Basilis
I’m afraid not. I gave you Admin access in case you want to give it a try ;)
Regards,
Steven
Hi,
Which page can we see please?
I mean, where you have that area where we can locate that problem?
Best regards,
Basilis
Hi,
Please see PC.
Hi,
Try using this css code:
#header .avia_mega_div ul.sub-menu li span a {
list-style-type: disc !important;
list-style-position: inside !important;
display: list-item !important;
}
Hope this helps :)
Best regards,
Nikko
Hi Nikko,
That’s the one. Thanks!
Regards,
Steven
Hi,
Glad we could help. THanks for using Enfold :)
Best regards,
Nikko