Service Portal is not displaying HTML/Rich text bullets

Andy Dubey
Tera Expert

We have any article created using HTML/Rick Text bullets and it is displaying correctly in Native view. If I view the same article from Service Portal, bullets are not showing and coming as plain text.

Not sure why this is happening, we haven't made any changes to OOB article page.

1 ACCEPTED SOLUTION

Andy Dubey
Tera Expert

Thank you Guys for the reply. The issue was related to a custom style sheet build for the portal, it was over writing the Widget CSS. Updated the style sheet solve the issue.


View solution in original post

14 REPLIES 14

hi ,


Right click on list items ( replace all the text ..... ) and inspect element. go to the parent element ( ol, ul ) and on element.style place this text


list-style: decimal !impartant;  



Let me know if this works.



Thanks


No luck


can you post a screenshot of the dev tools with inspect element.


Andy Dubey
Tera Expert

Thank you Guys for the reply. The issue was related to a custom style sheet build for the portal, it was over writing the Widget CSS. Updated the style sheet solve the issue.


Hi Andy 

 

I am facing the same issue could you please explain it clearly ..where did you changed the css properties??