Disable the hover effect of the text only

In the portrait portfolio widget, is there a way to stop the text only from being affected by the hover effect so that the text always stays visible?

3 Likes

Hi there, @Travis_Coley :waving_hand:

You just need to use the 2nd Project Style on the Project tab, which you’ve already done:


The text is not visible now since its white. However, if you change the text color, it will appear right under the project:


Please let me know if it helped or if you have any questions left :slightly_smiling_face:

1 Like

My apologies and thanks for responding but I was referring to the Project style where the text is on top of the image in the lower left corner. I’ve updated it to the project style I was referring to. I wanted to make it where the text stays visible but the image still has the hover effect.

2 Likes

Got it, thanks!

Please try to use the code below in the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped :wink:

.eapp-portfolio-project-look-bottom-overlay-info {
    opacity: 1 !important;
}
1 Like

Outstanding. Worked perfectly, thanks. One more thing, is it possible to do the same with the overlay color as well?

2 Likes

Sure! I’ve passed it on to the devs and will update you once they share a code :slightly_smiling_face:

1 Like

Many thanks :+1:t5:

2 Likes

Hi @Travis_Coley :waving_hand:

We’ve adjusted the previous CSS code to always display the project overlay color:

.eapp-portfolio-project-look-bottom-overlay-info,
.eapp-portfolio-project-look-bottom-overlay-info::after{
  opacity: 1 !important;
}

Please check it out and let me know if you like the result :slightly_smiling_face:

1 Like

My man :left_facing_fist:t5:. It worked out perfectly. Thank you very much for your help. All the best to you

2 Likes

That’s awesome, thanks a heap for the kind feedback!

If anything else comes up, we’re always here to help :wink:

There is something else I was trying to figure out. On my testimonial slide, I was trying to change the pagination. Currently it has the bullet dots and wanted to change it to the number counter ( 1/3, 1/7, etc… ). But there was no option to do so. Can css change that?

1 Like

Hi there, @Travis_Coley :waving_hand:

Unfortunately, it’s impossible to replace bullets with the numbers now. This idea is already on the Wishlist and you can upvote it here - Testimonial-Based Pagination (numbers instead of bullets.

If this request becomes popular, we might consider it in the future updates :slightly_smiling_face:

No worries. Thank you

1 Like