I placed the entry and registration links in the top menu using the template styles and bulletins appear. https://take.ms/y57vG How to fix?
Hi dizees
You can use this custom css to remove these bullets:
#t3-topbar ul.ja-login > li { list-style-type: none !important; }
put into the file: /templates/ja_sensei/css/custom.css (Create this file if it doesn't exist)
Ok