Jump to content

Formatting Knowledgebase articles better


Recommended Posts

would ideally need to see the site, but you should be able to do it in custom.css... for example, in Six you could use the following css to change the font color in the ordered bullet lists..

.kb-article-content ol li {color:red !important;}

now I know you're not wanting to change the color (which you could do on the admin side anyway), but it's just an example of specifying the bullet lists css used with a kb page - perhaps playing with the list-style would help...

.kb-article-content ol li {list-style-position: outside !important;}

but it might be more of an issue caused by the font used in your theme and your css classes may be different to those used in Six.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated