Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #1224907

    Hi please cab you let me have the css to reverse the saturation effect in the masonry gallery so it goes from full saturation to low on hover.
    Thanks

    #1225031

    Hey fanlokbun,

    So you want to fade the image a bit on hover? Please provide a link to the site/page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #1225145
    #1225532

    Hi fanlokbun,

    Can you please share credentials too? We cannot see the page like this.

    Best regards,
    Victoria

    #1225552
    This reply has been marked as private.
    #1225616

    Hi fanlokbun,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .av-hover-overlay-desaturation .av-masonry-image-container {
        -webkit-filter: saturate(100%);
        filter: saturate(100%);
    }
    #top .av-hover-overlay-desaturation .av-masonry-entry:hover .av-masonry-image-container {
        -webkit-filter: saturate(30%);
        filter: saturate(30%);
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1225773

    Many thanks Victoria that works perfectly.
    I have another problem I can’t fix on the site. The full width sub menu font size is too small. I need it to be about 17px.
    Also the sub menu does not highlight the page you are on like the main menu. Is this possible to fix?
    Thanks
    Rob

    #1225913

    Hi Rob,

    Where can we see the submenu?

    Best regards,
    Victoria

    #1225938
    #1226483

    Hi fanlokbun,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #menu-projects .avia-menu-text {
      font-size: 17px;
    }
    #menu-projects .current-menu-item {
      border-bottom: 2px #ccc solid;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1226502

    Perfect!
    Many thanks Victoria

    #1226562

    Hi fanlokbun,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1226700

    Sorry the font needs to be the same colour as the bar too. Like the main navigation. I can’t get it to work.

    #1227478

    Is this ticket closed? Just need the font colour change as well. Thanks

    #1227804

    Hi fanlokbun,

    You can check the color when you right-click on the element and choose the inspect element option.

    Anyway, which color are you referring to?

    Best regards,
    Victoria

    #1227897

    I want the current-menu-item state of the sub menu to work the same as the main menu. At the moment only the line underneath changes colour. The font should also change colour (#fff)
    Thanks

    #1228540

    Hi fanlokbun,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #menu-projects .current-menu-item .avia-menu-text {
          color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1228551

    Excellent thanks Victoria. You can now close the ticket. Sorry to be a pain.
    Rob

    #1228658

    Hi fanlokbun,

    Great :)

    Glad we could help!

    We are closing the thread.

    If you need further assistance please let us know in a new one.

    Best regards,
    Victoria

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Reverse saturation effect masonry gallery’ is closed to new replies.