Tagged: ,

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

    Hi, i like to know how should i have my icon on hover effect by editing css.

    my site under what we do.

    My css only can apply to inner icon itself instead of the whole circled icon,

    .iconbox_icon:hover {
    color: orange!important;
    }

    What is the correct way to do it?

    Please advise.

    #604299

    Hi @swotmarketing;
    try to use this line :

    #top .iconbox_left_content .iconbox_icon:hover{
        color: #00FF2F !important;border-color: #00FF2F !important;
    }
    #604571

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .iconbox:hover .iconbox_icon {
        background: orange!important;
    }


    @begrafiks
    thanks :)

    Regards,
    Yigit

    #604633

    Honestly, i love you guys support. Prompt and helpful. thanks!

    #604719

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘font icon hover effect’ is closed to new replies.