Noob-question. Accordion styling

I want to make title of accordion item bold when opened. In V3 I changed the css in the actual framework7 css, but this dosent work in V4.

try like this

.accordion-item-opened .item-title {
  font-weight: bolder;
}

jsfiddle

1 Like

Perfect. bolder instead of bold did the trick!