Title: projectdeeds's Replies | WordPress.org

---

# projectdeeds

  [  ](https://wordpress.org/support/users/projectdeeds/)

 *   [Profile](https://wordpress.org/support/users/projectdeeds/)
 *   [Topics Started](https://wordpress.org/support/users/projectdeeds/topics/)
 *   [Replies Created](https://wordpress.org/support/users/projectdeeds/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/projectdeeds/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/projectdeeds/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/projectdeeds/engagements/)
 *   [Favorites](https://wordpress.org/support/users/projectdeeds/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Lawyeria Lite] Making feature boxes clickable](https://wordpress.org/support/topic/making-feature-boxes-clickable/)
 *  [projectdeeds](https://wordpress.org/support/users/projectdeeds/)
 * (@projectdeeds)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/making-feature-boxes-clickable/#post-8900443)
 * In order to change the link color, you must update the CSS. Add the styling to
   the style.css file of your child theme. More specifically, change the following:`#
   features .features-box a:link`, `#features .features-box a:hover`, `#features.
   features-box a:visited`
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Lawyeria Lite] Making feature boxes clickable](https://wordpress.org/support/topic/making-feature-boxes-clickable/)
 *  [projectdeeds](https://wordpress.org/support/users/projectdeeds/)
 * (@projectdeeds)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/making-feature-boxes-clickable/#post-8407484)
 * Make sure you’ve first created a child theme and are editing only files in the
   child theme folder.
 * Copy front-page.php from the lawyeria folder into your child theme folder. Edit
   the file and look for the div class features-box; there will be 3 of them, 1 
   for each image. Next, look for `echo '<h4>'` Add your `<a href="#">` within the
   single quotes inside of the H4.
 * Within the same if statement, the last line, you will see `echo '</h4>'`. Modify
   that line to `echo '</a></h4>'`
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Lawyeria Lite] Making Featured Images clickable](https://wordpress.org/support/topic/making-featured-images-clickable-1/)
 *  [projectdeeds](https://wordpress.org/support/users/projectdeeds/)
 * (@projectdeeds)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/making-featured-images-clickable-1/#post-8407476)
 * Make sure you’ve first created a child theme and are editing only files in the
   child theme folder.
 * Copy front-page.php from the lawyeria folder into your child theme folder. Edit
   the file and look for the div class **features-box**; there will be 3 of them,
   1 for each image. Next, look for `echo '<h4>'` Add your `<a href="#">` within
   the single quotes inside of the H4.
 * Within the same if statement, the last line, you will see `echo '</h4>'`. Modify
   that line to `echo '</a></h4>'`

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