Okay
  Public Ticket #401610
Change Toggles Icon
Closed

Comments

  • Roy started the conversation

    Hi!

    Is there a way to change the plus-icon on the toggle bar? I would like to change the icon plus to the icon-arrow-down.

    Thanks!

  •  8,998
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .icon-plus-sign:before {
      content: "\f054" !important;
    }
    .icon-minus-sign:before {
      content: "\f052" !important;
    }

    Try changing the content values.

    -T



    ThemeNectar Support Team 

  • Roy replied

    Hi,

    Thanks! I made the changes, but now it shows only the numbers of content values: http://uusi.metgen.com/solutions/pulp-and-paper/

    How should I know which values to use?

    -Roy


  •  8,998
    Tahir replied

    Hey,

    See screenshot: .

    Add a backslash in there.

    Thanks


    ThemeNectar Support Team 

  • Roy replied

    Hi

    It works now. Many Thanks!

    -r

  •  2
    darnoldussen replied

    This works but how do you hide the plus and minus icon?

  •  8,998
    Tahir replied

    @darnoldussen,

    Please create a new ticket so we cant provide the correct css. 

    Best 


    ThemeNectar Support Team