Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Posts
    6
    Plugin Contributions
    0

    customer issue Need help remove bullet points in menu

    Hello,

    I am trying to customise the left nav where there are all the categories...

    I have changed the left menu to be a list and not anymore a number of links as it is normally with zen cart.
    Now that I have my list, I would like to modify it with CSS. I can change the font and everything...BUT I can't remove the bullet points...

    li.category-top a {
    list-style-type:none;
    list-style: none;
    color:#009933;
    font-weight:bold;
    }


    Here is my CSS...

    Can someone help me??

  2. #2
    Join Date
    Mar 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Need help remove bullet points in menu

    Can someone can help me???

    Last edited by nikita; 9 Mar 2008 at 01:04 PM.

  3. #3
    Join Date
    Mar 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Need help remove bullet points in menu

    OK... I found it!!

    In case some one has the same problem...

    The CSS has to be like that:

    :: For the top categories ::

    li.category-top {
    list-style-type:none;
    list-style: none;
    }


    :: For the sub categories ::

    li.category-products {
    list-style-type:none;
    list-style: none;
    }

  4. #4
    Join Date
    Mar 2004
    Posts
    688
    Plugin Contributions
    0

    Default Re: Need help remove bullet points in menu

    Cool beans! Thanks for the follow-up.

 

 

Similar Threads

  1. Menu showing bullet points
    By barendfaber in forum General Questions
    Replies: 0
    Last Post: 13 Mar 2012, 06:44 PM
  2. How to remove bullet points in footer?
    By Kristian in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 21 Feb 2011, 09:04 PM
  3. Sitemap bullet points
    By txscubarat in forum General Questions
    Replies: 4
    Last Post: 2 Feb 2009, 07:34 PM
  4. Image Bullet Points?
    By Alex Clarke in forum General Questions
    Replies: 6
    Last Post: 18 May 2007, 06:20 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg