Title: Delete column
Last modified: October 20, 2019

---

# Delete column

 *  Resolved [mangolover](https://wordpress.org/support/users/mangolover/)
 * (@mangolover)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/delete-column/)
 * Please visit my website and please let me know how I can delete the third column“
   Posted 7 months ago”.
    Is that possible?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdelete-column%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [braehler](https://wordpress.org/support/users/braehler/)
 * (@braehler)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/delete-column/#post-12048919)
 * [@mangolover](https://wordpress.org/support/users/mangolover/)
    This is based
   in this template content-job_listing.php.
 * You have to remove line 44
 * Upload your template to the following directory to keep it upgrade save
    yourchildtheme/
   job_manager/content-job_listing.php.
 *  Plugin Contributor [Richard Archambault](https://wordpress.org/support/users/richardmtl/)
 * (@richardmtl)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/delete-column/#post-12055514)
 * Thanks [@braehler](https://wordpress.org/support/users/braehler/) !
 * [@mangolover](https://wordpress.org/support/users/mangolover/) make sure you 
   take a look at this document:
 * [https://wpjobmanager.com/document/template-overrides/](https://wpjobmanager.com/document/template-overrides/)
 *  Thread Starter [mangolover](https://wordpress.org/support/users/mangolover/)
 * (@mangolover)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/delete-column/#post-12085644)
 * Thank you [@braehler](https://wordpress.org/support/users/braehler/) !!!
    The
   column is gone when I remove line 44. I just would like to know if there is also
   a way to cancel the column by writing a CSS code?
 * li.job_listing > ul.meta {display: none !important;}
 * I put this CSS code in my WordPress back-end under Appearance – Cutomising – 
   Additional CSS, but the third column “Posted 7 months ago” is still there. Is
   the CSS code not correct or do I have to place it somewhere else?
 * “Upload your template to the following directory to keep it upgrade save
    yourchildtheme/
   job_manager/content-job_listing.php.” I do not have a child theme yet. Should
   I have one? Will my page be slower in loading time (320 pages) by having a child
   theme?
 *  [braehler](https://wordpress.org/support/users/braehler/)
 * (@braehler)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/delete-column/#post-12086453)
 * [@mangolover](https://wordpress.org/support/users/mangolover/)
    CSS should be
   this
 *     ```
       ul.job_listings li.job_listing a .meta li, ul.job_listings li.no_job_listings_found a .meta li {
           list-style: none outside;
           display: block;
           margin: 0;
           display: none;
       }
       ```
   
 * No, putting these changes in the Additional CSS section is right.. Teh other 
   way would be to put it into the childthemes CSS
    A childtheme is always good.
   You can do your custumizations there, like removing some lines from a specific
   template like the one above. When the next update from WPJM comes out, your changes
   will not be overridden. And no, it does not slow your site down
 *  Thread Starter [mangolover](https://wordpress.org/support/users/mangolover/)
 * (@mangolover)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/delete-column/#post-12090401)
 * [@braehler](https://wordpress.org/support/users/braehler/)
    Thank you so much
   for helping me!!! 🙂 That is the right CSS code and the column is gone like magic!

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

The topic ‘Delete column’ is closed to new replies.

 * ![](https://ps.w.org/wp-job-manager/assets/icon-256x256.gif?rev=2975257)
 * [WP Job Manager](https://wordpress.org/plugins/wp-job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-job-manager/reviews/)

## Tags

 * [child theme](https://wordpress.org/support/topic-tag/child-theme/)
 * [css code](https://wordpress.org/support/topic-tag/css-code/)

 * 5 replies
 * 3 participants
 * Last reply from: [mangolover](https://wordpress.org/support/users/mangolover/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/delete-column/#post-12090401)
 * Status: resolved