Inheritance Problem CSS

  • Unknown's avatar

    I’m trying to take away the bullets from a list, and I can’t…and I’m very frustrated.

    Here’s the HTML:

    <ul id=”boardinglist”>
    <li class=”boardinglist”>Boarding Overview
    <li class=”boardinglist”>Boarding Policies
    <li class=”boardinglist”>Boarding Pricing

    (located here: http://www.drgoodvet.com/boarding/)

    CSS is here:
    li.boardli {list-style::none!important;}
    ul#boardul {list-style::none!important;}

    *I’ve tried this in different combinations…with and without the !important.

    However, the bullets come from this entry:

    .entry ul li { list-style: disc;}

    Shouldn’t the list’s bullets (or lack thereof) results from the li.boardli and ul#boardul entries and not inherited from .entry ul li?

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    http://tcvetnorth.com/ is not a WordPress.com hosted blog with a custom design upgrade on it. You are confusing WordPress.COM and WordPress.ORG and posting to the wrong support forum.

    We provide support only for blogs being hosted WordPress.COM and not for WordPress.ORG software installs. You are posting to the wrong support forum.

    WordPress.com and WordPress.org are completely separate, have different log-ins and run different versions of some themes with same names. http://support.wordpress.com/com-vs-org/

    If you don’t have a username account at WordPress.ORG click http://wordpress.org/support/ and register one on the top right hand corner of the page that opens, so you can post to the support forums there and receive advice from WordPress.ORG bloggers.

  • The topic ‘Inheritance Problem CSS’ is closed to new replies.