Changing Service Widget Entry Color

Hi,
How can i do to change description color in service widget ?
I saw no option in customizer.

Hello Andimicro,

I hope you are doing well today.

You can use the following CSS code to change the font color by going to Appearance > Customize > Additional CSS and pasting it there.

/*Services font color*/
#services .section-content .service .service-entry {
    color: #000;
}

Best Regards,
Support