Change all turquoise elements in the theme

In order to change the color of all turquoise elements in the theme, add the following CSS code into Customize>Additional CSS field:

.yz-account-verified, .yzm-user-statistics .yz-data-item:nth-child(4) span, .icon-status.online {background-color: #color-value !important; }

Replace #color-value with the needed color value.