Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #670768

    How can we change the icon on hovering over it? Please suggest. Basically i want to hover over the icons on this page and display other icons. http://investormanage.staging.wpengine.com/new-features-page/ (hosted on WPengine)

    #671748

    Please let me know. thanks.

    #672148

    Hi,

    Set up a custom class for each icon box and use this CSS code:

    .custom-class-1 a:hover[data-av_icon]:before {
        content: "\E87d";
    }
    
    .custom-class-2 a:hover[data-av_icon]:before {
        content: "\E87d";
    }
    
    .custom-class-3 a:hover[data-av_icon]:before {
        content: "\E87d";
    }
    
    .custom-class-4 a:hover[data-av_icon]:before {
        content: "\E87d";
    }

    And change the codes accordingly, you can get the icon codes by hovering an icon in the editor.

    Best regards,
    Josue

    #673020

    Ok i understood that this css can be added to the custom CSS section of the Enfold options. However, where shall i add the reference to the class name in the icon box? i dont see any option to define an ID or something there.

    #673543

    I got it resolved. thanks. I turned on the custom css field and it worked. http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    thank you so much as always.

    #674035

    Hi,

    Great, glad you got it working and thanks for sharing the link :-)

    Please open a new thread if you should have any further questions or problems.

    Thanks,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Icon Hover’ is closed to new replies.