Widget dark color not readable ChartistHorizontalChart

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10035728
    simplyjessica
    Participant

    Hi there,

    ChartistHorizontalChart

    When using the dark theme the text cannot be read:

    Screenshot

    Cheers



    Template Version: Latest
    #10035732
    Support
    Keymaster

    Hello,

    Please add the following css code to fix it:

    (css/custom.css)

    html.dark .ct-label {
        fill: rgba(255,255,255,.4);
        color: rgba(255,255,255,.4);
    }
    
    html.dark .ct-grid {
        stroke: rgba(255,255,255,.2);
    }

    Please try that and let me know if you need further assistance.

    Kind Regards,

    Jonas


    #10035743
    simplyjessica
    Participant

    Perfect, thanks!


Viewing 3 posts - 1 through 3 (of 3 total)

This topic is marked as "RESOLVED" and can not rceive new replies.