• Resolved samuelmarcinko

    (@samuelmarcinko)


    Hello. I want to add plus icon as a toggle and after clicking I want to rotate it only in 45 degrees to make it look like close icon. But you have in your toggle options only 180 degree rotation and 90 degree rotation so its not very helpful. Where I can edit this or write custom css for this ?

Viewing 1 replies (of 1 total)
  • Plugin Author Iks Studio

    (@iksstudio)

    Hello, @samuelmarcinko! Sorry for the delay in reply.

    Try this code

    .iksm-term--expanded > .iksm-term__inner > .iksm-term__toggle > .iksm-term__toggle__inner {
    transform: rotate(-45deg);
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Toggle icon rotate 45 degrees’ is closed to new replies.