Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1429054

    I would like for the “Icon Circle” element to have both the heading and the content text always visible and not only after a mouseover.
    Is that possible and if so, how?

    Thanks everyone and happy new year.

    Roswitha

    #1429079

    Hey Roswitha,
    Please set the First Active Icon to the icon that you want to be active. It looks like you are only using one icon, so choose “1”:
    Enfold_Support_4270.jpeg
    then on the frontend the title and content will show after the animation:
    Enfold_Support_4272.jpeg
    To have a faster animation and disable the mouse-over events so the title doesn’t hide again, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia-icon-circles-icon-text {
        transition: all 0.1s cubic-bezier(0, 0, 0, 0);
    }
    #top .avia_start_animation .avia-icon-circles-icon {
        transition: all 0.1s 0.1s cubic-bezier(0, 0, 0, 0);
    }
    #top .avia_animation_finished .avia-icon-circles-icon-text {
    	opacity: 1;
    }
    #top .av-icon-circles-container {
    	pointer-events: none;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1429112

    Hi Mike,

    Thank you very much for the quick reply and on New Year’s Day.
    Your source code was helpful and answered my question.

    Best regards
    Roswitha

    #1429122

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1429130

    Hello,

    That topic can be closed.

    Best regards

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Content element “Icon Circles”’ is closed to new replies.