remove bullet/page title
-
Hi there,
How do I remove the bullet point from the side bar menus? For example, I have [bullet] Pages, but I just want to have the pages listed with no title.
Any ideas?
-
-
Or do you mean the bullet point appears beside the title? Then you’d need to switch themes or buy the CSS upgrade and make those bullets invisible.
-
-
Not from the pages widget. If you use a text widget, just don’t call it “Pages”. Go to your Widgets page, select a blank text widget, put it in your sidebar, and in it put the HTML code you want, in this case links to those pages. You can title it anything you want.
-
-
You can’t if it’s in the page widget. If you’re just writing a text widget, don’t put bullet points in.
If, however, your theme puts bullet points on everything you will either need to choose a different theme or learn CSS, buy the upgrade, and make them invisible via CSS editing.
This could be easily clarified if you’d give us a direct link to your blog so we can see what you’re talking about. Start the link with http so it’s clickable.
-
I have tried using:
li {
list-style: none;
}
ul.menu {list-style: none;
margin: 0;}But there is a different indent in FF than IE.
-
So you DO have the CSS upgrade? And this is a CSS-related question? Then you’ll have to wait for someone with more CSS experience, I’m afraid.
-
- The topic ‘remove bullet/page title’ is closed to new replies.