Title: portfolio
Last modified: April 30, 2019

---

# portfolio

 *  Resolved [innamelikyan](https://wordpress.org/support/users/innamelikyan/)
 * (@innamelikyan)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/portfolio-60/)
 * I want to change the hover color for thumbnails, is that possible?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fportfolio-60%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [livemeshsupport](https://wordpress.org/support/users/livemeshsupport/)
 * (@livemeshsupport)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/portfolio-60/#post-11484455)
 * Pls try the below custom CSS in Elementor Addons > settings > custom CSS –
 *     ```
       .portfolio .lae-project-image::after {
           height: 100%;
           content: "";
           background: rgba(0, 0, 255, 0.5);
           position: absolute;
           top: 0;
           left: 0px;
           right: 0px;
           opacity: 0;
       }
       .portfolio .lae-project-image:hover::after, .portfolio .lae-project-image:hover::before {
           opacity: 1 !important;
       }
       .portfolio .lae-project-image:hover .lae-image-info .lae-entry-info {
           z-index: 99999;
       }
       ```
   
 * Pls change the background color accordingly.
 *  Thread Starter [innamelikyan](https://wordpress.org/support/users/innamelikyan/)
 * (@innamelikyan)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/portfolio-60/#post-11487796)
 * I have another issue, where the settings for skipping to another page, i defined
   9 items per page but the additional items wont appear even if i’m using filters.
 *  Plugin Author [livemesh](https://wordpress.org/support/users/livemesh/)
 * (@livemesh)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/portfolio-60/#post-11492773)
 * I assume you are asking why the filters display less than 9 items when using 
   filters when the number of posts per category is 9 per page. This is by design(
   in free version) since the filter is Javascript based and filtering is working
   in browser only, on the 9 items that were fetched initially. In the free version
   of the plugin, we don’t fetch additional items from the server when filter category
   is applied.
 * In the premium version of the plugin though, we do fetch posts from the server
   via AJAX calls on each filter and hence additional posts do show up on each filter.
   You can see a demo of this in action here – [https://livemeshelementor.com/posts-grid-pro/](https://livemeshelementor.com/posts-grid-pro/).

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

The topic ‘portfolio’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/addons-for-elementor_dbdfdf.svg)
 * [Livemesh Addons by Elementor](https://wordpress.org/plugins/addons-for-elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/addons-for-elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/addons-for-elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/addons-for-elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/addons-for-elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/addons-for-elementor/reviews/)

## Tags

 * [hover color](https://wordpress.org/support/topic-tag/hover-color/)
 * [overlay color](https://wordpress.org/support/topic-tag/overlay-color/)

 * 3 replies
 * 3 participants
 * Last reply from: [livemesh](https://wordpress.org/support/users/livemesh/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/portfolio-60/#post-11492773)
 * Status: resolved