Text Widget Bullet Points
-
Hi there!
On my Best Rates page I have a text widget (Who should buy term insurance) that I would like to have bullet points or at least have the points indented (preferably without the lines dividing). It is currently in a list format but doesnt look like it all goes together if that makes sense.
The blog I need help with is: (visible only to logged in users)
-
Create exactly the display you want using the post editor in a draft post that you will not publish. Save the post. Open a text widget. Open the draft post and switch from visual editor to text HTML editor. Then copy and paste the code from the draft post into the text widget. Lastly, delete the draft post. No CSS editing required.
-
-
When you copy and paste the code into the text widget correctly and install the text widget it will not display as code.
-
@acquirecapital I’m guessing your list is getting “styled” to remove the bullets.
You have upgrades with us, so can you contact us via chat here?
http://wordpress.com/help/contactA happiness engineer can help you through fixing this. You could also publish the widget as is, and update us here so we can help, but chat is probably faster.
-
Its not displaying as code… there are lines dividing the bullets… I have already spoken to a “happiness engineer” who told me that I would require css to change this and should ask in the forum….
-
-
Hey there,
It was quite the puzzle to crack as the theme makes it pretty clear it doesn’t want any list bullets. Dropping this into your custom CSS area should do the trick for you though:
.widget.widget_text ul li { display: list-item; list-style-type: disc; list-style: outside; margin-left: 15px; }Let me know if that doesn’t work,
Sage -
-
-
- The topic ‘Text Widget Bullet Points’ is closed to new replies.