- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2017 07:45 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2017 07:33 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2017 09:54 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2017 10:01 PM
No luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2017 10:12 PM
can you post a screenshot of the dev tools with inspect element.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2017 07:33 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2020 08:18 PM
Hi Andy
I am facing the same issue could you please explain it clearly ..where did you changed the css properties??