Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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? thanks

    #940156

    Hey 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 Shannon

    #940197

    Hi 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!

    #940450

    Hi,

    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,
    Nikko

    #940598

    Hi! Thanks

    #941097

    Hi,

    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,
    Vinay

    #943663

    thanks for the help!

    #943670

    Hi,

    Did you need further help on this topic, or shall we close?

    Best regards,
    Jordan Shannon

    #944988

    yes! thank you!

    #945081

    Hi,
    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Hover on Portfolio Grid’ is closed to new replies.