[Resolved] Sider secondary menu name visible on desktop sidebar

Home Forums Support [Resolved] Sider secondary menu name visible on desktop sidebar

Home Forums Support Sider secondary menu name visible on desktop sidebar

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1113083
    valentin

    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.

    #1113407
    Leo
    Staff
    Customer Support

    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 πŸ™‚

    #1113453
    valentin
    #1113463
    Leo
    Staff
    Customer Support

    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

    #1113469
    valentin

    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.

    #1113551
    Tom
    Lead Developer
    Lead Developer

    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 πŸ™‚

    #1156220
    valentin

    Many thanks.

    #1156793
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.