Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #411316

    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

    #411555

    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

    #411590

    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

    #411875

    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

    #412164

    Hi Rikard,

    Perfect! Thanks a lot for your help.
    Please mark this as resolved.

    Regards,

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘UL styles for text widgets in footer’ is closed to new replies.