Results 1 to 10 of 10
  1. #1
    Join Date
    Jul 2010
    Location
    London, UK
    Posts
    135
    Plugin Contributions
    0

    Default UL List Style Properties?

    Hi

    For some reason the unordered lists in my template are not showing the bullet points.

    Here is a product page:

    http://intelligentworkshoptools.co.u...products_id=90

    I can't seem to pin down the exact properties to edit. Can anyone help me work out why the bullets aren't showing?

    TIA

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: UL List Style Properties?

    Quote Originally Posted by wizer View Post
    Hi

    For some reason the unordered lists in my template are not showing the bullet points.

    Here is a product page:

    http://intelligentworkshoptools.co.u...products_id=90

    I can't seem to pin down the exact properties to edit. Can anyone help me work out why the bullets aren't showing?

    TIA
    stylesheet_tm.css

    ul { list-style:none;}

  3. #3
    Join Date
    Jul 2010
    Location
    London, UK
    Posts
    135
    Plugin Contributions
    0

    Default Re: UL List Style Properties?

    Thanks

    but that already exists in that file?

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: UL List Style Properties?

    If referring to ones in your product description - - then these are not styled by the stylesheet currently

    You would have to wrap them in a named div to address them

  5. #5
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: UL List Style Properties?

    Quote Originally Posted by wizer View Post
    Thanks

    but that already exists in that file?
    And it is overriding any of your other <ul> declarations.

    That's why you don't get any bullets

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: UL List Style Properties?

    Quote Originally Posted by clydejones
    And it is overriding any of your other <ul> declarations.
    Good catch Clyde, I just despise TM

  7. #7
    Join Date
    Jul 2010
    Location
    London, UK
    Posts
    135
    Plugin Contributions
    0

    Default Re: UL List Style Properties?

    Thanks, can I have this in idiot terms? Does this mean I remove ul { list-style:none;}?

  8. #8
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: UL List Style Properties?

    Thanks, can I have this in idiot terms? Does this mean I remove ul { list-style:none;}?
    Yes BUT look for other anomolies that it may cause by not having it

  9. #9
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: UL List Style Properties?

    Quote Originally Posted by wizer View Post
    Thanks, can I have this in idiot terms? Does this mean I remove ul { list-style:none;}?
    You can do that, but it will effect every <ul> on your website.

    If you just want bullets for your product description, you can style it by adding the following to your stylesheet.css

    #productDescription ul {
    list-style:disc;
    }

  10. #10
    Join Date
    Jul 2010
    Location
    London, UK
    Posts
    135
    Plugin Contributions
    0

    Default Re: UL List Style Properties?

    That worked thanks

 

 

Similar Threads

  1. v150 Need to edit a list style in a side box...
    By WebKat in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 30 Jan 2012, 09:04 PM
  2. subcategories list style
    By jamandchips in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 12 Oct 2010, 09:28 PM
  3. Style categories sidebox as list items?
    By brianb in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 24 Nov 2008, 10:25 PM
  4. Replies: 0
    Last Post: 21 Nov 2006, 04:15 PM
  5. list-style-image to put ICON_IMAGE_TINYCART on the left of order history list item
    By dbrewster in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Nov 2006, 06:48 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