Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #393205

    Hi, I would like to know how could I obtain an column mouse hover effect ?

    If you look at this example :

    in “what we do” section, box background changed according to mouse move.

    I created six 1/3 clone column with icon boxe. But I dont know how to add an hover effect.

    Thanks by advance,

    #393370

    Hi jolamalice!

    It looks like you forgot to include the link. Go ahead and add that and we’ll take a look at your layout. You can set your reply as private if you wish.

    Regards,
    Elliott

    #393411

    Oh sorry!!

    Please find the link
    here

    Please take a look to “what we do” section.
    This website doesn’t seem to be based on Enfold, but I would like to know if this effect is possible within your theme :
    A logo within a box which the backgroung change according to mouse hover.

    If yes how to enable this feature ?

    Best regards

    #393933

    Hey!

    Try to use the Iconbox element, set the styling to top then use this on Quick CSS:

    .main_color.iconbox_top .iconbox_content:hover {
    background: orange;
    }

    The code might need a few embellishment like css transitions.

    Best regards,
    Ismael

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