Cannot change color of letters

Good day,

Is it possible to somehow change the color of the text of SERVICES/INFORMATION/SUPPORT. It is white as per default (can be seen in the attached image). However, it is barely visible in the gray background. Any help would be very much appreciated.

Thank you!

Hello there,

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.

/*Footer font color*/
#footer .widget .widget-title h5 {
    color: black;
}

Best Regards,
Support

Worked like a charm! Thank you very much for your help.

Would you also be able to help with a very similar issue. Screenshot attached. I cannot find a way to change text color in shop - it is also white, as in previous example… Any help is very much appreciated!

Thank you

Hello there,

I hope you are doing well today.

Could you please provide a link to your store page so that I can inspect it and provide options for you?

Best Regards,
Support

Good day,

The link is http://alarmister.com/product/sugru-3-pack/

Thank you for your quick response!

Hello there,

If you are referring to the header text color, then try out this CSS code:

/*Header text color*/
#header .bottom-header h1 {
    color: red;
}

Best Regards,
Support

I am sorry for not explaining the issue clearly. The header is fine, the problem is with the listed items letters. They are white on a white background and, hence, invisible. Please find reattached picture with red arrows pointing to the invisible text.

Thank you once again for your help!