Title: Remove &quot;Advanced&quot; button
Last modified: August 24, 2016

---

# Remove "Advanced" button

 *  Resolved [strider1551](https://wordpress.org/support/users/strider1551/)
 * (@strider1551)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-advanced-button/)
 * Is there a way to remove the “Advanced” button/tab? I don’t want my users going
   into the backend unless they are already familiar with WordPress.
 * [https://wordpress.org/plugins/wordpress-wiki-plugin/](https://wordpress.org/plugins/wordpress-wiki-plugin/)

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

 *  Thread Starter [strider1551](https://wordpress.org/support/users/strider1551/)
 * (@strider1551)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-advanced-button/#post-6177886)
 * Also, is there a way to change “Create new” to “Add a Sub Wiki”? As far as I 
   can tell, that button always makes the current wiki the parent of the newly created
   wiki.
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-advanced-button/#post-6177964)
 * Hey there strider1551, hope you’re well today!
 * You should be able to remove advanced tab with some custom CSS. Please try adding
   the following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or if your theme doesn’t have custom CSS tab add it in your site using the following
   plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       li.incsub_wiki_link_advanced_edit {
         display: none !important;
       }
       ```
   
 * This should remove the advanced tab, normally I wouldn’t suggest the use of the!
   important declaration. However, it can sometimes be a necessary evil when over-
   writing existing styles. You can find more info on the use of important declaration
   here:
 * [https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity#The_!important_exception](https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity#The_!important_exception)
 * As for changing Create New since the word is translatable you could use plugin
   translation files to change it to what ever you want. You’ll find more info on
   how to translate plugin here: premium.wpmudev.org/blog/how-to-translate-a-wordpress-
   plugin/
 * Hope this helps 🙂
 * Best regards,
    Bojan
 *  Thread Starter [strider1551](https://wordpress.org/support/users/strider1551/)
 * (@strider1551)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-advanced-button/#post-6177987)
 * Perfect. Thank you so much for the help. It hadn’t occurred to me that there 
   might be a way to hide elements from within css, and I’ve already used translation
   files to change some wording in BuddyPress so that was easy.
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-advanced-button/#post-6177992)
 * Glad that help 🙂 Please let me know if you have additional questions.
 * Have a great day!
 * Cheers,
    Bojan
 *  [pandreas](https://wordpress.org/support/users/pandreas/)
 * (@pandreas)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/remove-advanced-button/#post-6178239)
 * It doesn’t work for me.
 * Could you please tell me what to write to css?
 * Thank you!
 * Andreas
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/remove-advanced-button/#post-6178240)
 * Hey pandreas,
 * If you’re referring to removing advanced tab the above CSS should work. Where
   are you adding the CSS?
 * Also please post link to your site and keep the CSS added so I can take a look.
 * Cheers,
    Bojan
 *  [pandreas](https://wordpress.org/support/users/pandreas/)
 * (@pandreas)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/remove-advanced-button/#post-6178241)
 * Ok Bojan, the problem is solved!
 * I didn’t have put the css code in the right way.
 * Thank you!
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/remove-advanced-button/#post-6178242)
 * Awesome! Glad you managed to figure that out 🙂
 * Cheers,
    Bojan

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

The topic ‘Remove "Advanced" button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-wiki-plugin_a1b1b7.svg)
 * [Wiki](https://wordpress.org/plugins/wordpress-wiki-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-wiki-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-wiki-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-wiki-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-wiki-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-wiki-plugin/reviews/)

 * 8 replies
 * 3 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/remove-advanced-button/#post-6178242)
 * Status: resolved