How to add items to a dropdown menu - Printable Version +- WallBB Forums (https://wallbb.co.uk/forums) +-- Forum: Theme Section (https://wallbb.co.uk/forums/forumdisplay.php?fid=5) +--- Forum: Theme Support (https://wallbb.co.uk/forums/forumdisplay.php?fid=10) +--- Thread: How to add items to a dropdown menu (/showthread.php?tid=316) |
How to add items to a dropdown menu - duende. - 11-12-2019 Regards. I want to add a dropdown menu in the Welcome block and add this items {Avatar} Bienvenido User -> CP Usuario -> Panel de moderación -> Panel de moderación -> Panel de administración -> Cerrar Sesión I have this code: Code: <div class="collapse navbar-collapse"> Am I on the right way?. How I could to add CSS without damage theme? My website is: https://www.forodinero.net Thanks for your help RE: How to add items to a dropdown menu - WallBB - 11-18-2019 Hey duende, The best way is to convert the menu to a dropdown which shouldn't be too difficult. Refer to the default dropdown in your focus theme and reuse the code after changing the name of classes. This will help you to quickly add a dropdown to the desired place. Regards WallBB |