Title: link from projects
Last modified: August 22, 2016

---

# link from projects

 *  Resolved [bewustweerbaar](https://wordpress.org/support/users/bewustweerbaar/)
 * (@bewustweerbaar)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/link-from-projects/)
 * I use the Projects Section Settings. But i want to link to my menu-pages when
   you click on the image/project. How do I do that?
 * Thanks!

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

 *  [akhlesh-nagar](https://wordpress.org/support/users/akhlesh-nagar/)
 * (@akhlesh-nagar)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/link-from-projects/#post-5679325)
 * Hi
 * To change the background color of Home page Featured Portfolio Section .
    Follow
   the given below instruction .
 * Go To WP-Admin << Appearance << Option Panel << Quick Start
 * Copy Past the below css code into this box.
 * .qua_portfolio_carusel, .qua_testimonial_carusel {
 *  background:#fff000;
    }
 * You may change your color code as your need .
 * Let me know for further assistance .
 * Thanks
    Akhilesh
 *  [akhlesh-nagar](https://wordpress.org/support/users/akhlesh-nagar/)
 * (@akhlesh-nagar)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/link-from-projects/#post-5679326)
 * Hi [@bewustweerbaar](https://wordpress.org/support/users/bewustweerbaar/)
 * Sorry for wrong answer this is for that user link [https://wordpress.org/support/topic/change-background-color-of-feature-portfolio-projects?replies=1](https://wordpress.org/support/topic/change-background-color-of-feature-portfolio-projects?replies=1).
 * Thanks
 *  [akhlesh-nagar](https://wordpress.org/support/users/akhlesh-nagar/)
 * (@akhlesh-nagar)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/link-from-projects/#post-5679328)
 * Hi@ bewustweerbaar
 * We will add this feature in our next update.
 * For now you have to change into the code of index-project.php file open it
 * and find the below different your line
 *     ```
       on line no 19 <img  src="<?php echo $current_options['project_one_thumb']; ?>" class="img-responsive" alt="thumb one"> 
   
       line no 38 <img  src="<?php echo $current_options['project_two_thumb']; ?>" class="img-responsive" alt="thumb one">
   
       line no 57 <img  src="<?php echo $current_options['project_three_thumb']; ?>" class="img-responsive" alt="thumb one">
   
       line no  76  <img  src="<?php echo $current_options['project_four_thumb']; ?>" class="img-responsive" alt="thumb one">
       ```
   
 * And add enchor tag before of all these above four line .
 * like this
 * line no 76
    `<a href="add your custom link"><img src="<?php echo $current_options['
   project_four_thumb']; ?>" class="img-responsive" alt="thumb one"></a>`
 * Let me know for further assistance .
 * Thanks
    Akhilesh
 *  [akhlesh-nagar](https://wordpress.org/support/users/akhlesh-nagar/)
 * (@akhlesh-nagar)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/link-from-projects/#post-5679389)
 * Hi
 * Did your issue resolve?
 * Thanks
    Akhilesh

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

The topic ‘link from projects’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/quality/2.8.2/screenshot.png)
 * Quality
 * [Support Threads](https://wordpress.org/support/theme/quality/)
 * [Active Topics](https://wordpress.org/support/theme/quality/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/quality/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/quality/reviews/)

## Tags

 * [links](https://wordpress.org/support/topic-tag/links/)

 * 4 replies
 * 2 participants
 * Last reply from: [akhlesh-nagar](https://wordpress.org/support/users/akhlesh-nagar/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/link-from-projects/#post-5679389)
 * Status: resolved