How do I change the word "Featured" that is on the label of the featured event on the homepage?

  1. Home
  2. Docs
  3. Januas
  4. Frequently Asked Question...
  5. How do I change the word “Featured” that is on the label of the featured event on the homepage?

How do I change the word “Featured” that is on the label of the featured event on the homepage?

‘Featured’ is not a word, it’s an image. Inorder to change that word you need to change the existing featured image. If you would like to change that image, Please follow the instruction below:

Please don’t forget to take a backup of the file prior to any change.

1) Create a new image same as the existing featured image. Upload the new image to wp-content -> themes -> januas -> lib -> images via FTP or Cpanel.

2) Open wp-content -> themes -> januas ->section-slider.php.

3) Search for the following line (apx line no 70):

<img src=”<?php echo get_stylesheet_directory_uri(); ?>/lib/images/featured<?php echo $theme_color; ?>.png” class=”featured_ribbon” alt=”Featured” />

4) In the above line replace featured<?php echo $theme_color; ?>.png to your new image file name.

Eg:<img src=”<?php echo get_stylesheet_directory_uri(); ?>/lib/images/my_new_image.png” class=”featured_ribbon” alt=”Featured” />

5) Then update the file.

 

Was this article helpful to you? Yes 1 No