Tagged: bullets, text widget
Dear Support
Could you please advice me on how to display squares or bullets in unordered list in a text widget in the footer.
Thank you in advance
Alex
Hey apanaretos!
Drag a text widget to your footer widget area and add this inside.
<ul>
<li>List item 1</li>
<li>List item 2</li>
</ul>
See here for changing the style, http://www.w3schools.com/cssref/pr_list-style-type.asp.
Best regards,
Elliott
Dear Elliott,
Thank you for your reply. But it does not work for text widget that are located at the footer. Could you please take another look and let me know what custom css I should apply. Thank you in advance. Alex