0
Welcome Guest! Login
0 items Join Now

How to remove the dot in left menu

  • How to remove the dot in left menu

    Posted 14 years 8 months ago
    • I would like to remove the dot in left menu items. I tried the css file but i can ´t find it . Please somebody can tel me where it is? Tank you for your help.
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: How to remove the dot in left menu

    Posted 14 years 8 months ago
    • hi antonio,

      do you have a link to your site so we can take a look?

      thanks, kat :)
    • Kat05 / QA Lead & Support / Germany
  • Re: How to remove the dot in left menu

    Posted 14 years 8 months ago
    • #colmask ul li (line 104)

      {

      list-style-type: circle;

      list-style-image: none;

      list-style-position: outside;

      }
  • Re: How to remove the dot in left menu

    Posted 14 years 8 months ago
    • Tanks for your answer. the url is BROKEN LINK REMOVED. I just put online for you to see because it was installed in my pc xamp localhost. I did find in css files the line #colmask ul li and commended but i do not find the lines
      {list-style-type: circle;

      list-style-image: none;

      list-style-position: outside;
      }

      After commented the lines still the dots.
      tested in Ie 8 and Firefox. I have cleaned the temps
      Tanks
      Sory my english
      TOny
    • Last Edit: 8 years 4 months ago by Kat05.
  • Re: How to remove the dot in left menu

    Posted 14 years 8 months ago
    • Try to Change list-style-type: circle;
      to:
      list-style-type: none;
  • Re: How to remove the dot in left menu

    Posted 14 years 8 months ago
    • Bingo it worked.

      The code i put is:
      #colmask ul li
      {
      list-style-type: none;
      list-style-image: none;
      list-style-position: outside;
      }
      Tanks for your help
      Tony
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: How to remove the dot in left menu

    Posted 14 years 8 months ago
    • thank you fitzgerald! :D
    • Kat05 / QA Lead & Support / Germany

Time to create page: 0.045 seconds