Skip to content Skip to main navigation Skip to footer

How to change status bar color and % text?

Welcome to QSM Support Forum. Forums QSM Pro Support How to change status bar color and % text?

Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2906
    Karnel IKarnel I
    Participant

    Hy,

    cannot find how to change colo rof this bar, pict in attachment.

    Tnx,
    Karnel

    Attachments:
    You must be logged in to view attached files.
    #2917
    Kriti SharmaKriti Sharma
    Keymaster

    Hi Karnel,

    Welcome to QSM Pro Support Forum. Hope you are having a great day. Sorry to say this, but it is not possible to change the color of progress bar.

    Regards,
    Kriti

    #2923
    Karnel IKarnel I
    Participant

    Hy Kriti,

    but there must be a way? Is it controlled by CSS or is this an blue image of bar? My client wants black color there, so I hope you understand my problem :).

    Thanks.

    #2927
    Kriti SharmaKriti Sharma
    Keymaster

    Hi Karnel,

    Please try the following css code

    #qsm-progress-bar svg path {   stroke: red;
    }

    Regards,
    Kriti

    #2944
    Karnel IKarnel I
    Participant

    Better, still not perfect, see my attachments before and after.
    Will be nice if I can grey line + black on left site like in first print screen. Tnx.

    Attachments:
    You must be logged in to view attached files.
    #2970
    Kriti SharmaKriti Sharma
    Keymaster

    Please use the following CSS for your requirement:

    #qsm-progress-bar svg path:nth-child(2) {   stroke: black;
    }

    Kind regards,
    Kriti

    #2990
    Karnel IKarnel I
    Participant

    That’s it, cool thank you very much Kriti!

    Have a great day.

    #2997
    Kriti SharmaKriti Sharma
    Keymaster

    All the best, Karnel.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.