Tom Wilson Posted April 14, 2019 Share Posted April 14, 2019 Hello, Is there a way to increase the line spacing between bullet points? Also, I have selected text to display as bold but it is not. E.g: That looks nice and I want it to look like that (that is in the editor in the admin panel), but the version shown to users is: 0 Quote Link to comment Share on other sites More sharing options...
yggdrasil Posted April 14, 2019 Share Posted April 14, 2019 You probably need to edit the bootstrap CSS files. If you are overwriting the user side with your own customization/themes, its taking the formatting from those files. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted April 15, 2019 Share Posted April 15, 2019 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. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.