Post

2 followers Follow
0
Avatar

Bullet color

Jonathan Heston

Bullets are tied to the "dark" color of the theme, which eliminates designing with light text on dark backgrounds.

There should be a better way to customize the color of bullets to match the text - not the theme. 

Answered

Please to leave a comment.

1 comment

0
Avatar

This is a limitation of CKeditor and not something we can fix. However: 

Option 1: Bullets inherit the "Dark" color selected in the page and Ontramail palette:
http://screenshot.ontrapedia.com/public/atenno/g6y2pYta6s.mp4

Option 2: Add CSS code to the header of your page. In the "color:" replace the #fff with the hex color code of your choice.

<style>
li::marker {
    color: #fff;
}
</style>

 

Landon Ray 0 votes
Comment actions Permalink