Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #801420

    hi,

    i use a portfolio raster and i want to show the title only on mouse hover. But i cant solve the problem, that the title also gets transparent (like the image) on mouse hover. Is there a way to make only the image transparent on mouse hover and not the title??

    imageimage

    • This topic was modified 7 years, 5 months ago by Chris_85.
    #801466

    Hey Chris_85,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top.home span.image-overlay.overlay-type-extern {
        display: none !important;
    }
    
    #top.home #av_section_3 .isotope-item > .inner-entry:hover img {
        opacity: 0.5;
    }

    Hope this helps ;)

    Best regards,
    Nikko

    #801519

    thanks! great work! But there is one thing: On mouse hover i have now a grey stripe on the image. You have an idea how can i fix this?

    image

    #801674

    Hi,

    Hmmm.. try adding this css code:

    #top .isotope-item .grid-content {
        padding: 28px 20px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #801864

    hi Nikko,

    yeah also found this solution. but now i have a white gap between the two rows. I dont want to have this gap. Is there another solution to eliminate the grey line?

    #801873

    Hi,

    I have tried different css tweaks but I didn’t have any success except the one I gave, can you try to adjust 28px to lesser value? the normal value is 20px.

    Best regards,
    Nikko

    #801930

    when i adjust 28px to lesser value than the grey line is comming back…mh….difficult. If you have a solution please let me know..

    best regards

    #802040

    Hi,

    Sure, can you give us temporary admin login details? I can try to test the code I gave you and probably do something to remove the gap you have mentioned it has produced. You can put the login details in Private Content so only moderators can see it.

    Best regards,
    Nikko

    #802068

    ok, look to private section! Thanks!

    #802225

    Hi,

    I have added this css code in your Quick CSS:

    #top .isotope-item {
        margin-bottom: 5px !important;
    }
    
    #top .isotope-item .grid-content {
        padding: 26px 20px !important;
    }

    Let us know if it’s good :)

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.