Viewing 1 replies (of 1 total)
  • Hi @renekutter

    We can use this css to style active accordion title without editing the plugin’s file:

    .gutena-accordion-block > .gutena-accordion-block__panel.active > .gutena-accordion-block__panel-title > .gutena-accordion-block__panel-title-inner h3 {
        color: #ff0000 !important;
    }

    Change #ff0000 according to your need.

    • This reply was modified 3 years, 3 months ago by Sayan Datta.
Viewing 1 replies (of 1 total)

The topic ‘Remove an “!important” from the default css file’ is closed to new replies.