How change image in news section in shifters pro theme

To change the image in the News section of the Shifters Pro theme, you'll need to follow these steps:

Method 1: Using the Theme Customizer

  1. Log in to your WordPress dashboard and go to Appearance > Customize.
  2. In the Customizer, click on Shifters Pro > News.
  3. Click on the Image dropdown menu and select Upload Image.
  4. Choose the new image you want to use from your computer or enter the URL of the image.
  5. Click Save & Publish to save your changes.

Method 2: Using the WordPress Media Library

  1. Log in to your WordPress dashboard and go to Media > Library.
  2. Click on the Add New button to upload a new image.
  3. Once the image is uploaded, click on it to open its details page.
  4. Click on the Edit link next to the Image URL field.
  5. In the Image URL field, enter the following code: news-image
  6. Click Update to save your changes.

Method 3: Using the Shifters Pro theme files

  1. Log in to your WordPress dashboard and go to Appearance > Editor.
  2. In the Editor, navigate to the shifters-pro theme directory and open the news.php file.
  3. Find the following code: <img src="<?php echo get_template_directory_uri();?>/images/news-image.jpg" alt="News Image">
  4. Replace the news-image.jpg file name with the name of your new image.
  5. Click Update File to save your changes.

After making these changes, the new image should appear in the News section of your Shifters Pro theme.