• I have bullets displayed over images on my home page…I’ve tried adding list = none in the css with no results…any suggestions. it’s at crwenews.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • what images specifically, and in what browser??

    your site is a mess in firefox — the calendar is sticking completely out on the far right of the sidebar. But I fail to see what your are describing.

    OH wait — I see them now, hang on.

    youre applying the list-style to the wrong elements. Remove the 2 that you are currently trying to apply it to, and use the correct CSS below.

    .hentry ul {
    list-style: none/square/disk/whatever;
    }
    Thread Starter cobywan

    (@cobywan)

    Thank you so much I’ll try it….

    Thread Starter cobywan

    (@cobywan)

    It worked! Thank you Whooami

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to remove bullets?’ is closed to new replies.