• Hello all,

    how can i change the color of the “skill name” and the “skill value” in the widget: sydney FP: Skills ?

    thx
    Patrice

Viewing 1 replies (of 1 total)
  • Hi @pschienemann,

    Sorry for the delay.

    Try this CSS code to change the name and value colors.

    .sydney_skills_widget .roll-progress .name {
      color: #dddddd;
    }
    
    .sydney_skills_widget .roll-progress .progress-animate {
      background-color: #fff000;
    }

    To apply it to your site, add it to Appearance > Customize > Additional CSS from dashboard.

Viewing 1 replies (of 1 total)
  • The topic ‘Color Change Layout Builder Widget FP: Skills’ is closed to new replies.