• Resolved biuli

    (@biuli)


    Hi Mehedi,
    Great plugin minor thing:

    The progress percentage is not visible as text is white on white background.
    Progress bar height size is set to 5 px -> 25px would change it or text colour black?

    Regs,
    Biuli

    • This topic was modified 4 years, 6 months ago by biuli.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    maybe custom CSS here can be placed via Theme Customization or via Theme Child:

    .therm {
    border-radius: 25px !important;
    }

    .outer-therm {
    height: 25px !important;
    }

    .inner-therm {
    height: 25px !important;
    }

    .inner-therm span {
    color: #fff;
    display: inline-block;
    float: right;
    font-family: Trebuchet MS;
    font-size: 15px !important;
    font-weight: bold;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Progress percentage visibility’ is closed to new replies.