Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #208404

    Hi everybody,
    is it possible to use entypo-fontello icons instead of .vert_icon and .hor_icon?
    cheers

    #208416

    Found a simple solution. If someone needs this in the future … see how i did it.

    Create icons (ex. toggle.png and toggle_active.png) and upload them to the folder “images/custom” inside enfold theme. After this add following code to your custom css:

    .toggle_icon{
    border:none;
    background: transparent url('../images/custom/toggle.png') center center no-repeat;
    }
    
    .activeTitle .toggle_icon{
    background: transparent url('../images/custom/toggle_active.png') center center no-repeat;
    color:#0988d9!important;
    font-weight:bold;
    }
    
    .toggle_icon .vert_icon, .toggle_icon .hor_icon{
    visibility:hidden;
    }
    #208512

    Thanks for sharing it :)

    Cheers!
    Josue

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘change Toogler icons ..’ is closed to new replies.