Thread Starter
gyop
(@gyop)
Hi @aweissinpsyde, thanks for the quick and helpful answer!
Thread Starter
gyop
(@gyop)
I haven’t found a solution yet, but I think some rewrite-magic should make it possible though.
Thread Starter
gyop
(@gyop)
Hello Chouby!
I’ve been trying your solution and – with my surprise – it actually only worked once.
So I tried on fresh installs, but I couldn’t make it working again, perhaps I’m doing something wrong.
Also, how would it be possible to apply the same to Custom Post Types and Taxonomies?
Thanks for your help.
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 { ... }