Hi,
Right now unordered lists with or without links inside text widgets don’t show the bullets. I want to match the styles of ul in the main content area. I’m having trouble adding CSS to style unordered lists inside widgets in the footer. What CSS do I need to add or edit?
I’ve tried adding #footer .widget ul.circle {list-style-type: circle;} and also tried wrapping my text widgets in divs with custom styles but neither of them worked.
Thanks
Hi akmhou!
I am not sure if I get what you mean. Can you please show us a screenshot/mockup of what you want to achieve? so we can provide you some precise code for you.
Regards,
Andy
Hi Andy,
Please see screen cap.
The widgets in the footer have unordered lists but don’t show the “bullets” as they do in the main content area. I’ve put red boxes around the bullets in the main content area to show you what I want.
I would like to get similar bullets in the unordered lists in the footer widgets.
How can I do that?
Thanks
Hi!
Please try the following in your Quick CSS under Enfold–>General Styling:
ul.rss-aggregator, #top #footer .widget ul {
list-style-type: disc !important;
overflow: visible !important;
}
Regards,
Rikard
Hi Rikard,
Perfect! Thanks a lot for your help.
Please mark this as resolved.
Regards,