• The theme by default displays the widget headers only and to view the content below, one must click on the header. I want, instead for everything to be displayed without the user having to click. For example, I want the categories to all be there for the user to see. How do I accomplish this?

    Many thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ycb

    (@ycb)

    Anyone have an idea? I’ve searched and searched but can’t figure it out. I don’t want to change themes as I’ve already customized parts.

    Thread Starter ycb

    (@ycb)

    OK, I’m getting closer. I played around with ‘inspect element’ in Chrome and I can toggle:

    element.style {
      display: none;
    }

    If I unselect it, the content of the widget is displayed.

    It appears that the actual code is

    <ul style="display: none;">

    I searched and searched but could not find where I could permanently edit this. I would appreciate any insight.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make widgets non-collapsed’ is closed to new replies.