Okay
  Public Ticket #2568008
HTML Support in Introduction
Closed

Comments

  •  2
    Ben started the conversation

    Only limited HTML seems to be supported in the "Introduction" text. For instance, lists (ul / ol) don't work. It would be great if full HTML support was possible. An example is available in the "Related URL" above, where if you view the source for the "You Should Bring" section you'll see that the text should show as an unordered list, but does not.

  •  783
    Zhivko replied

    Hi,

    That's more of a css problem.

    Go Dashboard -> STEC -> Fonts & Colors -> Custom style tab and add following css:

    .stec-layout-event-inner-intro-section ul li,
    .stec-layout-single-description ul li {
        list-style: disc;
        margin-left: 20px;
    }




    Stachethemes Developer

  •  2
    Ben replied

    Thanks, that worked.