Viewing 1 replies (of 1 total)
  • I don’t think a specific class on the ‘ul’ element is really necessary, because the widget container already has one.

    Example from twenty_twelve:

    <aside id="polylang-2" class="widget widget_polylang">
    <ul>...</ul>
    </aside>

    You can easily style the list with the selector:

    .widget_polylang ul { ... }

Viewing 1 replies (of 1 total)
  • The topic ‘Add class style to ul component of widget which show flags’ is closed to new replies.