• Resolved xkomodotcom

    (@xkomodotcom)


    I have problem, i try to change color in this code but not work. I have already used !important too but still not working.

    .simpletoc-collapsible::after
    .simpletoc .active::after

    Can you help me to change that icon color?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marc Toensing

    (@marcdk)

    It is not possible color these icons the easy way. The “heavy plus” looks great but can not be colored. But you can change it and then color it:

    .simpletoc-collapsible::after {
        content: "?";
        color: #e94c89;
    } 

    I aimed for a solution that looks good out of the box rather than to make is customizable. I will think about this in a future release. I am not happy with the implementation

    Thread Starter xkomodotcom

    (@xkomodotcom)

    Thank you, now it’s work for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Change Color Icon ?’ is closed to new replies.