[ad_1]
Hi @verenacorsini ,
Thank you for reaching out.
Kindly try the following CSS snippet, which you can append to your theme’s additional CSS section (Appearance -> Customize -> Additional CSS), and see if this works for you.
:root {
--tec-color-text-primary: blue !important;
}
:root {
–tec-color-text-primary: !important;
}
Thank you so much for the code snippet.
I use it without ‘blue’ and the design appears perfectly.
Better than we expected!