Forum Discussion

JimGAR's avatar
JimGAR
Regular Visitor
4 years ago

HTML Content and HTML UL and OL Lists

I have a basic HTML page with some paragraphs and bulleted lists. Everything works within the HTML Content visual, but by default, the visual seems to be making the bulleted list text smaller than the paragraph text. 

 

I've tried barebones HTML and HTML with CSS, but the <ul> and <ol> list font is always smaller.  Is this something to do with the HTML Content visual?

4 Replies

  • v-janeyg-msft's avatar
    v-janeyg-msft
    Community Support

    Hi, JimGAR 

     

    If the font size really can't be changed by CSS, it is probably the limitation of this custom visual, you can try to change it from the setting.

     

    Did I answer your question ? Please mark my reply as solution. Thank you very much.
    If not, please feel free to ask me.


    Best Regards,

    Community Support Team _ Janey

    • JimGAR's avatar
      JimGAR
      Regular Visitor

      That setting only affects regular text in the visual. It does not affect ordered and unordered list text in the visual.

      • v-janeyg-msft's avatar
        v-janeyg-msft
        Community Support

        Hi, JimGAR 

         

        Can you share your html code? I will test it on my machine to confim whether it is a visual limitation.

         

        Best Regards,

        Community Support Team _ Janey

  • Anonymous's avatar
    Anonymous
    Not applicable

    This is a very old post, but I've found that I need to add the font size to each <li>

    <li style='font-size: 14pt;'>