• Resolved melissamatara

    (@melissamatara)


    I am using the Slick Social Media plugin and it has little > carrots next to each li element. I know that this isn’t an error with the theme, because I use it successfully on my other site: mylittlehumanbean.com. (It is not working on prettylikesarah.com.)

    I have verified using Chrome’s inspect element tools that my style choices are being applied to the ul and li elements, but it’s not respecting my style rule of list-style:none or list-style-type:none. I’ve even tried background-image:none as well.

    The only thing I can think of is that there’s some javascript thing that’s running through and updating the li elements after page load? But I can’t find any JS in the Emphaino theme.

    Help?

Viewing 4 replies - 1 through 4 (of 4 total)
  • [Please do not bump – posting a link to your site would be more useful]

    This is very likely a CSS question – are you using a tool like Firebug to look at what’s going on with the CSS?

    Theme Author Srini G

    (@srinig)

    melissamatara, it’s not list-style. You have to set li:before content to none. Like,

    ul#nav-dcssb > li:before {
     content: none;
    }
    Thread Starter melissamatara

    (@melissamatara)

    Brilliant! I had no idea that css selector existed! Thank you so much!! <3 <3

    Hi! this solved a problem that I was having with iFlychat plugin. ?? Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Selectively Remove Bullet Points’ is closed to new replies.