Can I add BULLETS to text widget using CSS?
-
I am decent at CSS (thanks to people in these forums), and I would like to add bullets to my text widget. On my blog I have a list called, “Blogs I Like.” I would like these to be bulleted. Is there a way to add a bullet through code? Thanks! :)
-
You can add bullets in your text widget using plain html.
-
-
Do you know how to change the color of the sidebar text? I have tried everywhere in the CSS and I can’t find it.
-
I can’t change color of text in my sidebar widgets. I don’t know if it is related to individual themes or the whole blog. I don’t have CSS upgrade and I’m not much familiar with it.
-
-
It’s here that the color of the text in the sidebars is controlled, but it also controls the “posted in and comment” at the bottom of posts:
`a, h2 a:hover, h3 a:hover {
color:#0066CC;
}Change #0066CC to whatever you want.
-
-
- The topic ‘Can I add BULLETS to text widget using CSS?’ is closed to new replies.