• Resolved ElectroN

    (@ihou)


    Hi,

    I keep wondering, why there is not hover option for the content background section of the Post Grid widget ?

    Every time I have to write additional css like this to the widget if I want it to change bg color on hover:

    .ue_post_grid_item {background: #fff;-webkit-transition: background-color .25s linear;
    -ms-transition: background-color .25s linear;
    transition: background-color .25s linear;}
    .ue_post_grid_item:hover {background: #FFFE87; -webkit-transition: background-color .25s linear;
    -ms-transition: background-color .25s linear;
    transition: background-color .25s linear;}

    Would be useful to add a hover color option to the widget,

    Thanks,

Viewing 1 replies (of 1 total)
  • Plugin Contributor Adarsh Pawar

    (@axmusic)

    Hi @ihou,

    Thank you for the suggestion, that’s a great point.

    We’ve now added Content Background options for Hover and Active states, along with a Transition Duration control.

    The updated widget will be published within 24 hours. After that, please delete and reinstall the widget from the Unlimited Elements dashboard to receive the latest version.

    Once updated, you can find the new options here:

    Post Grid > Style > Content > Hover / Active tabs

    Post Grid > Content > General > Transition Duration

    This should eliminate the need for custom CSS for background hover effects.

    Thanks again for the valuable feedback!

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.