How to remove/hide the Related Jobs Widget

Step 1: Log in to Your WordPress Dashboard

To get started, log in to your WordPress dashboard.

Step 2: Navigate to the Theme Editor

Once you’re logged in to your dashboard, navigate to “Appearance” and select “Theme Editor”. This will bring up the Theme Editor window.

Step 3: Open the style.css File

Once you’re in the Theme Editor, locate and open the “style.css” file. This file contains the CSS code that controls the appearance of your Jobify theme.

Step 4: Add the Provided CSS Code

After opening the “style.css” file, scroll down to the bottom of the file and add the following CSS code:

.related-jobs.container { display: none !important; }

This code will hide the “Related Jobs” widget on your Jobify theme.

Step 5: Save the Changes

Once you’ve added the CSS code to the “style.css” file, click the “Update File” button to save the changes.

Step 6: Verify the Changes

To verify that the changes have been made successfully, visit your Jobify site and navigate to a job listing page. The “Related Jobs” widget should no longer be visible on the page.

Additional Alternatives:

  1. Custom CSS in WordPress Customizer: Instead of using the Theme Editor, you can use the WordPress Customizer to add custom CSS code. To do this, navigate to “Appearance” and select “Customize”. Then, select “Additional CSS” from the menu on the left-hand side. Paste the provided CSS code into the box and click “Publish” to save the changes.
  2. Child Theme’s style.css: If you are using a Child Theme, it is recommended to add the CSS code to the Child Theme’s “style.css” file. To do this, navigate to “Appearance” and select “Theme Editor”. Then, select the Child Theme from the dropdown menu and open the “style.css” file. Add the provided CSS code to the bottom of the file and click the “Update File” button to save the changes.

By using these alternatives, you can easily add the CSS code to your Jobify theme and remove the “Related Jobs” widget.

Was this article helpful?

Related Articles