Add subtitle under text logo

Support Area Forums Umami Add subtitle under text logo

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #29896
    jeremy schofield
    Participant

    Hi,

    I would like to add a subtitle under the main title text in the sidebar that is in a slightly smaller size.

    Thanks

    #29904
    Bill Robbins
    Moderator

    Hello Jeremy,

    You can insert text there with a small edit. Here’s how to do that:

    1. Go to the Appearance section in your WordPress dashboard and choose Edit.
    2. From the list of files on your right, choose sidebar.php
    3. Locate this spot:
      
      <?php wp_nav_menu( array( 
      		'theme_location'	=> 'primary',
      		'container'			=> 'nav',
      		'container_id'		=> 'side-menu',
      		'menu_id'			=> 'primary-menu',
      		'depth'				=> 2,
      		'fallback_cb'		=> false
      		) ); ?>
      

      and right above that add in this:

      
      <h4>Your subtitle</h4>
      

      (Make sure to copy that directly from the support site and not the notification email).

    4. Change the Your subtitle there to the text you’d like to have below your title and save your changes.

    That should add it in for you. If you have any questions or trouble, let me know.

    Thanks,
    Bill

    #29911
    jeremy schofield
    Participant

    Thanks

    #29912
    Bill Robbins
    Moderator

    Anytime. Let me know if you have any other questions.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Add subtitle under text logo’ is closed to new replies.