Hello,
I am trying to change the text color of avendor. I would like to make it a little darker, as is sometimes hard to see. I tried going to Administration >> Appearance >> Settings >> Text & Typography and then changing the text color to #141414, but the text on all the pages stays the same. Is there a specific css file or specific way that I should be going about this?
Thanks.
Hi,
Please open file md_avendor\sites\all\themes\md_avendor\theme_setting\front\html.preprocess.inc, line 186
remove "#" at color section and save.
Then you can change/ edit text color in theme settings normally.
Thank you. That worked.