Title: Remove more projects completly
Last modified: August 22, 2016

---

# Remove more projects completly

 *  Resolved [melanie1a](https://wordpress.org/support/users/melanie1a/)
 * (@melanie1a)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-more-projects-completly/)
 * Hello, his there anyway i can completely remove the feature more projects.

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

 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-more-projects-completly/#post-5604545)
 * If you’d like to remove the entire “More Projects” section at the bottom of portfolio
   project pages, you can add this to your custom CSS or child theme:
 *     ```
       .project-navigation {
          display: none;
       }
       ```
   
 * Don’t edit the theme files directly, otherwise your changes will be overwritten
   whenever the theme is updated.
 * An easy way to add custom CSS is to install the [Jetpack plugin](http://jetpack.me/)
   and activate the [Custom CSS](http://jetpack.me/support/custom-css/) module. 
   You’ll then add your custom CSS in the new stylesheet editor that’ll appear in
   your dashboard, under Appearance > Edit CSS.
 * As alternatives, you could either install a [standalone custom CSS plugin,](http://wordpress.org/plugins/search.php?q=custom+css)
   or create a [child theme.](http://codex.wordpress.org/Child_Themes)
 *  Thread Starter [melanie1a](https://wordpress.org/support/users/melanie1a/)
 * (@melanie1a)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-more-projects-completly/#post-5604575)
 * I install the Jetpack plugin, follow the instructions: the texte ‘more projects’
   seems to have been remove but the images are still there.
    Not sure what i’m 
   doing wrong. Thank you!
 *  Thread Starter [melanie1a](https://wordpress.org/support/users/melanie1a/)
 * (@melanie1a)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-more-projects-completly/#post-5604579)
 * Hello again, i did add other css and they are working fine, but this one seems
   to have no effect on my page.
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-more-projects-completly/#post-5604580)
 * Can you post a link to your site?
 *  Thread Starter [melanie1a](https://wordpress.org/support/users/melanie1a/)
 * (@melanie1a)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-more-projects-completly/#post-5604581)
 * [http://635.be4.myftpupload.com/](http://635.be4.myftpupload.com/)
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-more-projects-completly/#post-5604582)
 * I don’t see the “More Projects” section on your site, and the custom CSS has 
   been entered correctly. Is your host caching your site or are you using a caching
   plugin?
 *  Thread Starter [melanie1a](https://wordpress.org/support/users/melanie1a/)
 * (@melanie1a)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-more-projects-completly/#post-5604585)
 * The txt is not there, but somme images are automatically added under my portfolio.
   My portfolio contains only 11 items. All the rest are generic from “more projects”.
   My host catching my site.
 *  Thread Starter [melanie1a](https://wordpress.org/support/users/melanie1a/)
 * (@melanie1a)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-more-projects-completly/#post-5604586)
 * Resolve!
    Work with:
 *     ```
       .projects {
       	display: none;
       }
       ```
   
 *  [lunayue](https://wordpress.org/support/users/lunayue/)
 * (@lunayue)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-more-projects-completly/#post-5604732)
 * I’m having the same problem, but I’m using WordPress.com to build the site. Is
   there anyway to remove the ‘More Projects’? Thanks!
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-more-projects-completly/#post-5604733)
 * On WordPress.com you may add custom CSS through [Custom Design](https://en.support.wordpress.com/custom-design/),
   which is part of the WordPress.com Premium and Business plans.
 * [https://store.wordpress.com/plans/](https://store.wordpress.com/plans/)
 * If you need further help, please post in the WordPress.com forums – [https://store.wordpress.com/plans/](https://store.wordpress.com/plans/)–
   or use one of the support avenues here:
 * [https://en.support.wordpress.com/contact/](https://en.support.wordpress.com/contact/)
 *  [lunayue](https://wordpress.org/support/users/lunayue/)
 * (@lunayue)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-more-projects-completly/#post-5604734)
 * Thank you so much [@kathryn](https://wordpress.org/support/users/kathryn/)!!!
   
   I started a free trail of the Premium plan and it worked perfect.
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-more-projects-completly/#post-5604735)
 * lunayue – excellent!
 *  [lunayue](https://wordpress.org/support/users/lunayue/)
 * (@lunayue)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-more-projects-completly/#post-5604737)
 * Hi Kathryn,
 * I’m still having problem removing it. Just want to know is it possible to remove
   it without using the WordPress.com Premium and Business plans? I don’t want to
   give up the SKETCH theme, but that section is really bothering me… Thank you!
 * Best,
    Luna
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-more-projects-completly/#post-5604738)
 * Hi Luna – it’s not possible to add custom CSS on WordPress.com without the Premium
   or Business plan.
 * If you need further help, could you please post in the WordPress.com forums? 
   These ones are for folks running WordPress on their own hosting. Be sure to provide
   a link to your site so we can see if there might be another workaround.
 * Thanks!
 * [https://en.forums.wordpress.com/forum/themes#postform](https://en.forums.wordpress.com/forum/themes#postform)

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

The topic ‘Remove more projects completly’ is closed to new replies.

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

 * 14 replies
 * 4 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/remove-more-projects-completly/#post-5604738)
 * Status: resolved