• Resolved shuffleo

    (@shuffleo)


    Hello,

    I’m trying to use the accordion widget to showcase a company’s team members.

    I’m using the Panel Title for the person’s name, but would like to fit a smaller text beneath it for the role e.g. “CEO of xxx company”.

    How should I edit the widget to create one more fields for that?

    Thanks!
    Leo

Viewing 1 replies (of 1 total)
  • Plugin Author livemesh

    (@livemesh)

    You can make the following change in the line number 18 of includes/widgets/lsow-accordion-widget/tpl/default.php file –

    <div class="lsow-panel-title"><?php echo htmlspecialchars_decode(esc_html($panel['title'])); ?></div>

    and then use required HTML in the panel title field to achieve this. Pls use appropriate CSS to target the position element.

    Will have the above change in the next update and hence you won’t need to repeat the same.

Viewing 1 replies (of 1 total)
  • The topic ‘Accordion Panel Title’ is closed to new replies.