Okay
  Public Ticket #1417383
Change Toggle Icons + and -
Closed

Comments

  •  1
    Filipe started the conversation

    Hi,


    How do I change the toggle icons "-" and "+" to something else?

    Cheers

  •  1
    Filipe replied

    screenshot attached

  •  9,016
    Tahir replied


    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .toggles .icon-minus-sign:before {   
     content: "\f032" !important;
    }
    .toggles .icon-plus-sign:before {   
     content: "\f051" !important;
    }

    Thanks


    ThemeNectar Support Team