Archived topic
Sider secondary menu name visible on desktop sidebar
7 replies · Started by valentin on December 24, 2019
Hi
The secondary menu, wich is placed in sidebar, has a name. I need this name to be visible on desktop too. How can I control the secondary menu name font ?
Thank you.
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
Sorry still not quite sure what I'm looking at.
What is the name you are referring to here?
https://www.screencast.com/t/y6HiitiVQIS
In the right sidebar there is a menu (CHIMIE CLINICA ... TOXICOLOGIE). This menu has a name, "Schemele Weqas". This name is visible on mobile and I need to be visible on desktop too.
Hi there,
Give this function a shot:
add_action( 'generate_inside_secondary_navigation', function() {
?>
<h2 class="widget-title hide-on-mobile">Your Title Here</h2>
<?php
} );
Let me know :)
Many thanks.
You're welcome :)