Title: Customizing main menu
Last modified: August 21, 2016

---

# Customizing main menu

 *  [Ithril](https://wordpress.org/support/users/ithril/)
 * (@ithril)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/customizing-main-menu/)
 * Hey there, i’m trying to find a way to change the menu when it’s collapsed. Instead
   of showing social icons in the left side i would like to make it show the page
   name on that space. Is it possible¿? Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * (@electricfeet)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/customizing-main-menu/#post-4125784)
 * I see you’re asking a [second time](http://wordpress.org/support/topic/nav-menu-7).
   Not ignoring you; just don’t know the answer. Sorry!
 *  Thread Starter [Ithril](https://wordpress.org/support/users/ithril/)
 * (@ithril)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/customizing-main-menu/#post-4125825)
 * [@electricfeet](https://wordpress.org/support/users/electricfeet/) i know you’re
   not ignoring me, i re-posted cause dunno why i can’t post again in the original
   post…when i tryed to post again in the original it gets autodeleted 🙁
 *  Thread Starter [Ithril](https://wordpress.org/support/users/ithril/)
 * (@ithril)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/customizing-main-menu/#post-4125827)
 * _[ **Moderator note**: Please do not create duplicate topics._
 * [http://wordpress.org/support/topic/nav-menu-7?replies=1](http://wordpress.org/support/topic/nav-menu-7?replies=1)
 * Closing this one, please continue on your original one. ]
 * [@electricfeet](https://wordpress.org/support/users/electricfeet/) i found this
   functions searching in responsive theme folder:
 * This is in core/style.css
 *     ```
       .js .main-nav #responsive_current_menu_item {
       		display: block;
       		padding: 5px 40px 5px 10px;
       		color: #fff;
       		font-weight: 700;
       		cursor: pointer;
       	}
       ```
   
 * I see that “.js” is calling a function located in a script file
 *     ```
       {t=e(".current_page_item").text()}else if(e("body").hasClass("page-template-blog-php")){t=e(".current_page_item").text()}else{t=e("h1.post-title").html()}}}e(".main-nav").append('<a id="responsive_menu_button"></a>');e(".main-nav").prepend('<div id="responsive_current_menu_item">'+t+"</div>");e("a#responsive_menu_button, #responsive_current_menu_item").click(function(){e(".js .main-nav .menu").slideToggle(function(){if(e(this).is(":visible")){e("a#responsive_menu_button").addClass("responsive-toggle-open")}else{e("a#responsive_menu_button").removeClass("responsive-toggle-open");e(".js .main-nav .menu").removeAttr("style")}})})})(jQuery);
       ```
   
 * So here’s my question… can i use the code above in customizer bootstrap.min.js
   so i can make menu show current page¿?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Customizing main menu’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

## Tags

 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [nav](https://wordpress.org/support/topic-tag/nav/)
 * [page name](https://wordpress.org/support/topic-tag/page-name/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ithril](https://wordpress.org/support/users/ithril/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/customizing-main-menu/#post-4125827)
 * Status: not resolved