Viewing 9 posts - 1 through 9 (of 9 total)
-
AuthorPosts
-
October 24, 2013 at 9:06 pm #180379
I have custom menu in a widget area in the left column on my pages and I can’t seem to remove the bullets, I searched the forum and tried the code below.
#top .widget_nav_menu ul ul li:before {
content: “”;
}Can I change the colors for different menu widgets?
Thanks
FrankOctober 24, 2013 at 9:38 pm #180391Hi Frank,
Can you post a link to your website please?
Regards,
JosueMarch 19, 2014 at 12:21 am #239730This reply has been marked as private.March 19, 2014 at 7:39 am #239876Hi!
Please use this on Quick CSS:
#top .widget_nav_menu ul ul li:before { content: ""; position: absolute; top: 5px; } #top .widget_nav_menu ul ul li a { padding: 6px 0px 6px 0px; } #top .widget_nav_menu ul li a { padding-left: 8px; } #top .widget_nav_menu ul ul li a { padding-left: 8px; } #top .widget_nav_menu ul ul li a, #top .widget_nav_menu ul li a { background: green; margin-bottom: 2px; }Best regards,
IsmaelMarch 19, 2014 at 5:26 pm #240180Hi Ismael, thanks for the code but here’s an image of what the site shows:

If I need to add more code, please let me know.
March 21, 2014 at 11:24 am #241105Hi!
Please post a link to your website and we’ll check which code is missing.
Cheers!
PeterMarch 21, 2014 at 7:13 pm #241335This reply has been marked as private.March 22, 2014 at 1:25 am #241451Hey!
Please use this:
#nav_menu-2 ul.disc, #nav_menu-2 .entry-content-wrapper ul { list-style: none outside; } .main_color .widget_nav_menu ul:first-child>.current-menu-item, .main_color .widget_nav_menu ul:first-child>.current_page_item { background: transparent; border: none; box-shadow: none; }Best regards,
IsmaelMarch 22, 2014 at 1:45 am #241465Hi Ismael I added a comma after #nav_menu-2 to the css code and now it looks perfect.
Thanks.
-
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)
- The topic ‘Menu Widget Bullets’ is closed to new replies.
