• How do I do an inline style override to a list item in the side column? I’m using the default kubrick theme. What I am trying to do is remove those annoying double carats from a couple of items in a list in the side column. I know I could just put the items in a table and be done with it, but that’s slop code.

    What should work doesn’t:

    <div>
    <ol style=”list-style:none; list-style-type:none; padding-left:0;”>
    <li style=”padding:10px; list”><img src=”/images/misc/twitter.jpg” height=”40″ width=”170″ border=”0″ />
    <li style=”padding:10px;”><img src=”/images/misc/linkedin.jpg” height=”47″ width=”170″ border=”0″ />
    <li style=”padding:10px;”><img src=”/images/misc/facebook.jpg” height=”47″ width=”170″ border=”0″ />

    </div>

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter trbothead

    (@trbothead)

    man, I really hate posting then finding out my answer two seconds later. I had an error in my code (see the style in the first li tag). Once I removed “list”, it worked just fine:-)

    I have spent an hour looking around for a solution to this too. I want to fix it in the style sheet so I don’t have to do what trbothead did. Surely there is an answer?? HELP. Thanks.

    OK, I found the solution on another part of the site. Remove the following from the style.css:

    .entry ul li:before, #sidebar ul ul li:before {
    content: “0BB 020”;
    }

    my site is all fixed now, look! https://ncweddingsongs.com/

    thanks to the guy who helped.

    jane

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing double carats from lists’ is closed to new replies.