This topic has 4 replies, 2 voices, and was last updated 4 years, 11 months ago ago by Rose Tyler
Hi there. I have had some complaints from customers that the default greyish text is too hard to read and want to change it to black for more contrast. I have tried changing the defaults in the Typography section etc but have not had any success. Can you please advise how I can accomplish this without editing every product?
Thanks and regards, Blair.
Hello,
This color http://prntscr.com/q7gqou comes from this plugin http://prntscr.com/q7gqtk , you need to check settings of the plugin or contact their support. Custom CSS also can be used:
.laybuy-payment-info {
color: #222 !important;
}
This one http://prntscr.com/q7gr04 comes from theme styles and can be changed by adding the next code in style.css of child-theme or in Theme Options > Custom CSS area:
.tabs .tab-content p {
color: #222;
}
About your fixed header http://prntscr.com/q7gs43 , go to Theme Options > Header settings and change Fixed header color scheme.
Do not forget to clear the cache before checking he result.
Let us know if you need any further assistance.
Regards
Hi Rose, thank you for that. The custom CSS did the trick. For the header I could not change the font colour, there was a light /dark option but had no discernible effect (refreshed cache etc) so set a background colour and that has resolved the visibility issue.
Thanks again, your team’s support is much appreciated.
Hello,
I am glad that you sorted out.
Have a nice day.
Regards
You must be logged in to reply to this topic.Log in/Sign up