0
Welcome Guest! Login
0 items Join Now

RTAfterburner2 - Removing Horizontal Menu Bullets

  • RTAfterburner2 - Removing Horizontal Menu Bullets

    Posted 10 years 7 months ago
    • This relates to http://www.zimufoundation.org

      To view the menu module I'm working on, use temporary demo username "rtuser" and password "rtuser".

      I have created a footer menu and successfully got it to display horizontally based on other posts using this css...
      #footer-menu li {
        display: inline-block;
        margin-left: 10px;
      }

      ...but I cannot find a way to remove the disc bullets that appear before regular menu items and the ">" that appears before the active menu item. I tried the following (and various other permutations thereof) without success:
      #footer-menu ul {
        list-style-type: none;
      }

      Any ideas on what I can do to remove these bullets?

      A snippet of a screenshot showing what I'm attempting to fix is attached to this post.

      (Disregard the Sitemap and Facebook links on the left side of the footer next to the copyright. These are implemented as hard-coded links in a custom HTML module that I'm trying to get away from. Just look at the menu module that appears on the right side of the footer only after logging in.)

      Thanks -

      DH
    • Last Edit: 10 years 7 months ago by Dan Hansen. Reason: Fixed URL tag
  • Re: SOLVED RTAfterburner2 - Removing Horizontal Menu Bullets

    Posted 10 years 7 months ago
    • Solved it on my own -- to my own surprise. ;-)

      What it took was this:


      #footer-menu li a:before {
        content: "";
      }

      Now I'm having spacing issues -- but that's a matter for a new thread...

Time to create page: 0.045 seconds