wp_enqueue_script('jquery-ui-core');
Hi! Just updated to J4 and the menus in the sidebars is now horisontal and not vertical anymore. Also, they are not H3 and using the font i set.
Is there a fix for theese things?
Found this thread: gantry/gantry5#2942
Solved my problem with a custom html-module instead and in that some inline styling. Like so:
<ul>
<li style="line-height: 1em; list-style-type: '- ';">
<h4 style="line-height: 1em; text-transform: uppercase;"><span style="color: #ffffff;"><a href="index.php?Itemid=600" style="color: #ffffff;" onmouseover="this.style.color='red'" onmouseout="this.style.color='white'">Om mig</a></span></h4>
</li>
etc...