Reply 226403 to: Changing the default product text colour

Avatar: Rose Tyler
Rose Tyler
Support staff
December 7, 2019 at 09:56

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.