Home › Forums › WordPress Themes – Premium › Encounters › Cannot remove grey bullets
- This topic has 7 replies, 11 voices, and was last updated 9 years, 10 months ago by
Prisca.
-
AuthorPosts
-
November 16, 2013 at 11:19 am #14360
Prisca
ParticipantHello
I want to replace the default grey bullets with mine – I have added mine but for some reason I cannot find a way to remove the grey one so I have double bullets – removed everything I found in the css for ul and li but no luck. See screenshot attached.
Please can you tell me how to do that?
Thank you so much for your help 🙂
Cheers,
screen-double-bullets.jpgAttachments:
You must be logged in to view attached files.November 16, 2013 at 7:03 pm #18659Sushil Adhikari
ModeratorThe grey bullet list style is an image that the theme has css for. How did you add your own to show up on the lists, and is this the style you want for your default style of list? The styling for the lists are in the style.css file and begin around line 650. The default one (loads a grey bullet image) looks like this:
ul li { padding-left: 16px; background: transparent url('images/sprite-list.png') -212px 0 no-repeat; }
November 16, 2013 at 10:10 pm #18660Prisca
ParticipantThank you so much – I did that – replaced your image with mine and for some reason I still had double bullets. Even remove your image all together and place my bullet with inline css…still have the grey bullet…
Thank you 🙂
November 16, 2013 at 10:31 pm #18661Prisca
ParticipantOk – here what I did:
ul li {
padding-left: 16px;
background: transparent url(‘images/wattle.png’) -212px 0 no-repeat;
}the image wattle is in the images folder. Now the grey bullet is gone but then my own bullet is not showing on the site – like I have no bullet at all unless I put the bullet inline for each ul on the site..weird huh..
Thanks 🙂
November 16, 2013 at 11:56 pm #18662Sushil Adhikari
Moderatoryou will want to change the -212px positioning because that is for the image sprite (one image that contains all the list images together and shown by coordinates).
I would imagine that your list bullet image is just a single one correct? If so, change that -212px to perhaps 0. Right now that css is saying position that image -212px to the left and 0px from the top. So your list bullet image is positioned off the page by -212 px 🙂
November 17, 2013 at 12:07 am #18663Prisca
ParticipantYEAH!!! Works. Thank you so much as usual 🙂
Enjoy your weekend.
Cheers,
November 17, 2013 at 12:28 am #18664Sushil Adhikari
ModeratorI will…going for a Starbucks coffee right now!
By the way, feel like taking a survey to give input on themes in general and this site? No obligation of course, but if you do, click on the link in my signature below. Everyone’s feedback will help make some changes for the new year.November 17, 2013 at 12:52 am #14361Prisca
ParticipantDone! 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.