Title: Modify a theme
Last modified: August 30, 2016

---

# Modify a theme

 *  Resolved [pampoenluke](https://wordpress.org/support/users/pampoenluke/)
 * (@pampoenluke)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/help-with-theme-mod/)
 * Hi guys I need help please, I’ve been trying and trying, reinstalling the theme
   after messing up and so on. Anyway I am building out a site [http://avoenglish.com/](http://avoenglish.com/)
   and need the “Nothing Found” post section of the site to be removed. Can someone
   help me with the code necessary to complete this mod.
    Many Thanks Pampoen

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

 *  [Gorakh Shrestha](https://wordpress.org/support/users/gorakhsth/)
 * (@gorakhsth)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/help-with-theme-mod/#post-6892685)
 * Just hide using css:
 *     ```
       article#no-results {
           display: none;
       }
       ```
   
 *  Thread Starter [pampoenluke](https://wordpress.org/support/users/pampoenluke/)
 * (@pampoenluke)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/help-with-theme-mod/#post-6892693)
 * Where do i add this code?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 4 months ago](https://wordpress.org/support/topic/help-with-theme-mod/#post-6892695)
 * If you’re not using a Child Theme, and if the theme doesn’t have a designated
   section of the dashboard for CSS modifications then do the following:
    1. Install this Custom CSS Manager plugin [http://wordpress.org/plugins/custom-css-manager-plugin](http://wordpress.org/plugins/custom-css-manager-plugin)
    2. use its “CSS Code” [section of the dashboard](https://s.w.org/plugins/custom-css-manager-plugin/screenshot-1.jpg?r=1288706)
       to hold your CSS modifications:
    3.  (put this code in)
    4.     ```
           article#no-results {
               display: none;
           }
           ```
       
    5. Save
 * _Alternatively use your Child Theme style.css file to hold your CSS modifications_
 *  Thread Starter [pampoenluke](https://wordpress.org/support/users/pampoenluke/)
 * (@pampoenluke)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/help-with-theme-mod/#post-6892698)
 * Perfect! Thanks a MILLION!

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

The topic ‘Modify a theme’ is closed to new replies.

 * 4 replies
 * 3 participants
 * Last reply from: [pampoenluke](https://wordpress.org/support/users/pampoenluke/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/help-with-theme-mod/#post-6892698)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
