CSS and <li> tag in feature info widget

223
0
04-30-2020 07:58 AM
MatthiasDufour
New Contributor III

Hi,
I'm trying to change the style of an HTML list (<li>) (with two levels) located in a rich text field.
The list appears with the feature info widget.
I tried that, but it doesn't work:

    li.a {
      font-variant: small-caps;
      font-size: 1.2em;
    }
    li.b {
      list-style-type: circle;
      margin-left: 10px;
    }

Each <li> tag has a class (a or b).
How can I do ?

0 Kudos
0 Replies