Hi,
I just want a nice looking navigation bar/menu across the top. Horizontal with buttons, not bullet points.
I cannot figure out how to make a “normal” menu without bullet points in a list.
Please help!
Thank you kind person!
Mark
Hi,
I just want a nice looking navigation bar/menu across the top. Horizontal with buttons, not bullet points.
I cannot figure out how to make a “normal” menu without bullet points in a list.
Please help!
Thank you kind person!
Mark
Hey Mark,
Welcome to the BB forums!
Are you using our plugin to create the menu? Do you think you can share the URL of the site in question so we can check? You can use the private reply option below if you feel the need.
Ben
Hi, i’ve got the same issue. i’m working with Genesis with parallax child theme. oliverwild.com
Hi, i’ve resolved the issue by installing the genesis 'sample child theme instead of the 'parallax child theme
is the sample theme a fine theme?
it’s gone back to a bulleted list…
Hey Oliver,
For your case, the theme is adding that style to all lists. Adding the CSS snippet below should fix you right up though!
.fl-module-menu ul.menu li {
list-style: none;
}
I haven’t really tried using that theme so I can’t answer your question. Try asking the same question over to the FB Group though or maybe even on our Slack Channel. We’ve a few active Genesis users there.
Ben
Hi Ben, just to let you know that snippet worked. Thank you.
Awesome! And thanks for taking the time to inform us, Oliver! Enjoy BB!
Ben