Accordion Title bold

Hi There,

I’m trying to make part of an accordion title bold, how do I do this? I tried adding html tags to the actual title hoping to target that part but it doesn’t work.

Hi There,

Accordion title part accepts simple text only and not html tags. We can only bold the entire text and not part of it by using the following CSS:

.x-accordion-heading .x-accordion-toggle {
    font-weight: bold;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.