-
AuthorPosts
-
April 11, 2018 at 12:33 am #940108
Hi,
I’m having trouble changing the hover on the portfolio grid. Instead of the arrow in a circle showing up, I’d like to apply a greyscale and blur filter to the image and display the excerpt on top of it. Any leads on how this is done? thanksApril 11, 2018 at 3:37 am #940156Hey Ushbot,
This is something that would require theme customization that goes beyond what can be provided here in the support forums. Please refer to the following for freelance help:
Best regards,
Jordan ShannonApril 11, 2018 at 5:55 am #940197Hi jordan, thanks for your fast reply. Question: If i would just try to costumize the style of the overlay e.g. grayscale and blur filter and don’t do the excerpt – would that be something you could help me with?
Thanks!April 11, 2018 at 11:49 am #940450Hi,
Yes, I think we could help with that. Can you post a link to your site? so we can take a closer look. You can post it in Private Content if you want it only to be shown only to moderators.
Best regards,
NikkoApril 11, 2018 at 6:06 pm #940598Hi! Thanks
April 12, 2018 at 7:17 pm #941097Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
/* Overlay color */ #top .grid-entry .image-overlay { background: rgba(10, 10, 180, .96)!important; -webkit-filter: blur(5px); filter: blur(5px); } /* Remove hover icon */ #top .grid-entry .image-overlay .image-overlay-inside:before { display: none !important; }
If you need further customization tips please check the portfolio grid element
Best regards,
VinayApril 18, 2018 at 4:46 pm #943663thanks for the help!
April 18, 2018 at 5:18 pm #943670Hi,
Did you need further help on this topic, or shall we close?
Best regards,
Jordan ShannonApril 21, 2018 at 11:48 pm #944988yes! thank you!
April 22, 2018 at 6:00 pm #945081Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
- The topic ‘Hover on Portfolio Grid’ is closed to new replies.