Hello @ywyway,
Follow the below steps.
Go to dashboard >> Apperance>> Themes >> Activate theme >> Go to customizer >> Theme typography >> Global Color >> add Color
and for the checkout page add css on additional CSS steps are below,
Go to dashboard >> Apperance>> Themes >> Activate theme >> Go to customizer >> Additional css >> Add css
Thank you
Thread Starter
YWYAY
(@ywyway)
Hi. Thanks for the response…The settings you have given do not address what I am after though. On the home page, the search icon and the my account icon are a light grey. This is the same grey as on the checkout page, so I believe if I can change that, then I will be able to change the font colour as it seems to be generated from the same setting.
Hello @ywyway,
Steps to add css
Go to dashboard >> Apperance>> Themes >> Activate theme >> Go to customizer >> Additional css >> paste the below CSS and publish
.main-header .account i ,.woocommerce table.shop_table th ,.woocommerce table.shop_table td{
color: ;
}
Thank you,