Results 1 to 4 of 4
  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
    684
    Plugin Contributions
    0

    Default Re: Need help remove bullet points in menu

    Cool beans! Thanks for the follow-up.

 

 

Similar Threads

  1. Bullet-points don't indent?
    By Alex Clarke in forum General Questions
    Replies: 2
    Last Post: 12 Aug 2009, 09:28 AM
  2. Problem with define pages editor and Bullet Points
    By ksmglobal in forum Basic Configuration
    Replies: 2
    Last Post: 29 Jan 2008, 02:53 PM
  3. Image Bullet Points?
    By Alex Clarke in forum General Questions
    Replies: 6
    Last Post: 18 May 2007, 06:20 PM

Bookmarks

Posting Permissions

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