Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1485514

    Hi Enfold-team,

    I hope you can help me with a simple animation on this page: https://www.brightbusiness.nl/nieuws
    Is it possible to make a content block change color when I hover over it with my mouse?

    Greetz Esther

    #1485531

    Hey esther nijhuis,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .flex_column:hover {
    	background-color: red;
    }

    and change the color to suit.
    If you want this to only work on this one page then add the page class like this:

    .page-id-23244 .flex_column:hover {
    	background-color: red;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

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